Class DatabaseObjectException

    • Constructor Detail

      • DatabaseObjectException

        public DatabaseObjectException​(DatabaseObject object,
                                       Throwable cause)
        Create a new instance of a DatabaseObjectException.
        Parameters:
        object - database object
        cause - reason we were unable to create the object
      • DatabaseObjectException

        public DatabaseObjectException​(DatabaseObject object,
                                       String message,
                                       Throwable cause)
        Create a new instance of a DatabaseObjectException.
        Parameters:
        object - database object
        message - error message
        cause - reason we were unable to create the object
      • DatabaseObjectException

        public DatabaseObjectException​(String message,
                                       Throwable cause)
        Create a new instance of a DatabaseObjectException.
        Parameters:
        message - error message
        cause - reason the error is thrown
    • Method Detail

      • getObjectType

        public String getObjectType()
        Get the database object type
        Returns:
        object type
      • getFullyQualifiedObjectName

        public String getFullyQualifiedObjectName()
        Get the database object name
        Returns:
        object name