com.gentics.api.portalnode.connector
Class UnexpectedAlterTableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.portalnode.connector.UnexpectedAlterTableException
- All Implemented Interfaces:
- Serializable
public class UnexpectedAlterTableException
- extends NodeException
- See Also:
- Serialized Form
UnexpectedAlterTableException
public UnexpectedAlterTableException()
- Create an instance of the exception
UnexpectedAlterTableException
public UnexpectedAlterTableException(String message)
- Create an instance of the exception with a message
- Parameters:
message
- message of the exception
UnexpectedAlterTableException
public UnexpectedAlterTableException(String message,
Throwable cause)
- Create an instance of the exception with a message and a cause
- Parameters:
message
- message of the exceptioncause
- cause of the exception
UnexpectedAlterTableException
public UnexpectedAlterTableException(Throwable cause)
- Create an instance of the exception with a cause
- Parameters:
cause
- cause of the exception
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.