Package com.opencloud.rhino.resource
Class TableDumpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.resource.TableDumpException
-
- All Implemented Interfaces:
Serializable
public class TableDumpException extends Exception
This exception is thrown by a
PersistingResourceMBean
if a resource table dump cannot be obtained due to problems such as database connectivity issues.- Since:
- Rhino 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableDumpException(String message)
Create aTableDumpException
with a detail message and cause.TableDumpException(String message, Throwable cause)
Create aTableDumpException
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
-
TableDumpException
public TableDumpException(String message)
Create a
TableDumpException
with a detail message and cause.- Parameters:
message
- the detail message.
-
-