public class MigrationException extends Exception
IMigrationPostprocessor| Constructor and Description |
|---|
MigrationException()
Creates an instance of the exception without message or cause
|
MigrationException(String message)
Creates an instance of the exception with the given message
|
MigrationException(String message,
Throwable cause)
Creates an instance of the exception with the given message and cause
|
MigrationException(Throwable cause)
Creates an instance of the exception with the given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MigrationException()
public MigrationException(String message)
message - exception messagepublic MigrationException(Throwable cause)
cause - exception causeCopyright © 2016 Gentics Software GmbH. All rights reserved.