Package com.exasol.dbbuilder.dialects
Class DatabaseObjectDeletedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.exasol.dbbuilder.dialects.DatabaseObjectException
-
- com.exasol.dbbuilder.dialects.DatabaseObjectDeletedException
-
- All Implemented Interfaces:
Serializable
public class DatabaseObjectDeletedException extends DatabaseObjectException
This exception is thrown when executing an operation on aDatabaseObjectthat already had been deleted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseObjectDeletedException(DatabaseObject object)Create a new instance of aDatabaseObjectDeletedException.
-
Method Summary
-
Methods inherited from class com.exasol.dbbuilder.dialects.DatabaseObjectException
getFullyQualifiedObjectName, getObjectType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatabaseObjectDeletedException
public DatabaseObjectDeletedException(DatabaseObject object)
Create a new instance of aDatabaseObjectDeletedException.- Parameters:
object- database object
-
-