Class UnrecognizedKeyspaceException

  • All Implemented Interfaces:
    Serializable

    public class UnrecognizedKeyspaceException
    extends Exception

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

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

      • UnrecognizedKeyspaceException

        public UnrecognizedKeyspaceException​(String message)

        Create an UnrecognizedKeyspaceException with a detail message.

        Parameters:
        message - the detail message.