public class MigrationException
extends java.lang.Exception
| Constructor and Description |
|---|
MigrationException()
Constructs a
MigrationException with no detail message. |
MigrationException(java.lang.String s)
Constructs a
MigrationException with the specified detail message. |
MigrationException(java.lang.String s, int errorCode)
Constructs a
MigrationException with the specified detail message and the error code. |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
retruns the error code associated with this object.
|
public MigrationException()
MigrationException with no detail message.public MigrationException(java.lang.String s)
MigrationException with the specified detail message.s - the detail message.
public MigrationException(java.lang.String s,
int errorCode)
MigrationException with the specified detail message and the error code.s - the detail message.