com.ibm.able.platform
Class PlatformPersistenceFailure
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.agent.JasException
|
+--javax.agent.service.ServiceFailure
|
+--com.ibm.able.platform.PlatformPersistenceFailure
- All Implemented Interfaces:
- java.io.Serializable
- public class PlatformPersistenceFailure
- extends javax.agent.service.ServiceFailure
The PlatformPersistenceFailure is thrown when a platform persistence
operation fails due to a problem with the platform persistence service
infrastructure.
- See Also:
- Serialized Form
Constructor Summary |
PlatformPersistenceFailure()
Create an PlatformPersistenceFailure with no message. |
PlatformPersistenceFailure(java.lang.String theMessage)
Create an PlatformPersistenceFailure with the specified message. |
PlatformPersistenceFailure(java.lang.String theMessage,
java.lang.Exception theException)
Create an PlatformPersistenceFailure with the specified message and
embedded exception. |
Methods inherited from class javax.agent.JasException |
getCause, getMessage, initCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlatformPersistenceFailure
public PlatformPersistenceFailure()
- Create an PlatformPersistenceFailure with no message.
PlatformPersistenceFailure
public PlatformPersistenceFailure(java.lang.String theMessage)
- Create an PlatformPersistenceFailure with the specified message.
- Parameters:
theMessage
- the detail message.
PlatformPersistenceFailure
public PlatformPersistenceFailure(java.lang.String theMessage,
java.lang.Exception theException)
- Create an PlatformPersistenceFailure with the specified message and
embedded exception.
- Parameters:
theMessage
- the detail message.theException
- the embedded exception.
(C) Copyright IBM Corporation 1999, 2003