Class UnrecognizedTableNameException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedTableNameException
    extends Exception

    This exception is thrown by a PersistingResourceMBean when passed the name of a table that is not known to the resource.

    Since:
    Rhino 3.2
    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedTableNameException

        public UnrecognizedTableNameException​(String message)

        Create an UnrecognizedTableNameException with a detail message.

        Parameters:
        message - the detail message.