public final class DatabaseFormatException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseFormatException.ReasonCode |
| Modifier and Type | Field and Description |
|---|---|
private DatabaseFormatException.ReasonCode |
rc |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DatabaseFormatException(DatabaseFormatException.ReasonCode rc) |
DatabaseFormatException(DatabaseFormatException.ReasonCode rc,
java.lang.Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
DatabaseFormatException.ReasonCode |
getReasonCode() |
private final DatabaseFormatException.ReasonCode rc
private static final long serialVersionUID
public DatabaseFormatException(DatabaseFormatException.ReasonCode rc)
public DatabaseFormatException(DatabaseFormatException.ReasonCode rc, java.lang.Exception cause)
public DatabaseFormatException.ReasonCode getReasonCode()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwable