public class UnexpectedAlterTableException extends NodeException
Constructor and Description |
---|
UnexpectedAlterTableException()
Create an instance of the exception
|
UnexpectedAlterTableException(String message)
Create an instance of the exception with a message
|
UnexpectedAlterTableException(String message,
Throwable cause)
Create an instance of the exception with a message and a cause
|
UnexpectedAlterTableException(Throwable cause)
Create an instance of the exception with a cause
|
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnexpectedAlterTableException()
public UnexpectedAlterTableException(String message)
message
- message of the exceptionpublic UnexpectedAlterTableException(String message, Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic UnexpectedAlterTableException(Throwable cause)
cause
- cause of the exceptionCopyright © 2017 Gentics Software. All Rights Reserved.