public class MigrationException extends CommerceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
MigrationException()
Constructs a new MigrationException.
|
MigrationException(java.lang.String pStr)
Constructs a new MigrationException with the given
explanation.
|
MigrationException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new MigrationException with the given
explanation.
|
MigrationException(java.lang.Throwable pSourceException)
Constructs a new MigrationException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic MigrationException()
public MigrationException(java.lang.String pStr)
public MigrationException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic MigrationException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem