public class MigrationException extends Exception
| Constructor and Description |
|---|
MigrationException(Throwable e) |
MigrationException(Throwable e,
String message) |
MigrationException(Throwable e,
String message,
String className) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getMessage() |
void |
setClassName(String className) |
void |
setMessage(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MigrationException(Throwable e)
Copyright © 2020. All rights reserved.