ABLE 2.0.0 07/02/2003 10:25:01

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

Constructor Summary
PlatformPersistenceException()
          Create an PlatformPersistenceException with no message.
PlatformPersistenceException(java.lang.String theMessage)
          Create an PlatformPersistenceException with the specified message.
PlatformPersistenceException(java.lang.String theMessage, java.lang.Exception theException)
          Create an PlatformPersistenceException 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
 

Constructor Detail

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.

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003