Package com.opencloud.rhino.resource
Class UnrecognizedKeyspaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.resource.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 Summary
Constructors Constructor Description UnrecognizedKeyspaceException(String message)
Create anUnrecognizedKeyspaceException
with a detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnrecognizedKeyspaceException
public UnrecognizedKeyspaceException(String message)
Create an
UnrecognizedKeyspaceException
with a detail message.- Parameters:
message
- the detail message.
-
-