Package com.opencloud.rhino.resource
Class UnrecognizedTableNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.resource.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 Summary
Constructors Constructor Description UnrecognizedTableNameException(String message)
Create anUnrecognizedTableNameException
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
-
UnrecognizedTableNameException
public UnrecognizedTableNameException(String message)
Create an
UnrecognizedTableNameException
with a detail message.- Parameters:
message
- the detail message.
-
-