com.ibm.able.platform
Class PlatformPersistenceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.agent.JasException
|
+--javax.agent.service.ServiceException
|
+--com.ibm.able.platform.PlatformPersistenceException
- All Implemented Interfaces:
- java.io.Serializable
- public class PlatformPersistenceException
- extends javax.agent.service.ServiceException
The PlatformPersistenceException is the generic exception associated
with all platform persistence operations.
- See Also:
- Serialized Form
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 |
PlatformPersistenceException
public PlatformPersistenceException()
- Create an PlatformPersistenceException with no message.
PlatformPersistenceException
public PlatformPersistenceException(java.lang.String theMessage)
- Create an PlatformPersistenceException with the specified message.
- Parameters:
theMessage
- the detail message.
PlatformPersistenceException
public PlatformPersistenceException(java.lang.String theMessage,
java.lang.Exception theException)
- Create an PlatformPersistenceException with the specified message and
embedded exception.
- Parameters:
theMessage
- the detail message.theException
- the embeddd exception.
(C) Copyright IBM Corporation 1999, 2003