public class UnexpectedAlterTableException extends NodeException
Constructor and Description |
---|
UnexpectedAlterTableException()
Create an instance of the exception
|
UnexpectedAlterTableException(java.lang.String message)
Create an instance of the exception with a message
|
UnexpectedAlterTableException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of the exception with a message and a cause
|
UnexpectedAlterTableException(java.lang.Throwable cause)
Create an instance of the exception with a cause
|
getLocalizedMessage
public UnexpectedAlterTableException()
public UnexpectedAlterTableException(java.lang.String message)
message
- message of the exceptionpublic UnexpectedAlterTableException(java.lang.String message, java.lang.Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic UnexpectedAlterTableException(java.lang.Throwable cause)
cause
- cause of the exceptionCopyright © 2018 Gentics Software. All Rights Reserved.