org.exolab.jms.persistence
Class PersistenceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.core.service.ServiceException
|
+--org.exolab.jms.persistence.PersistenceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidTypeException
- public class PersistenceException
- extends org.exolab.core.service.ServiceException
The PersistenceException is a general exception thrown by the persistence
layer.
- Version:
- $Revision: 1.3 $ $Date: 2003/08/07 13:33:06 $
- Author:
- Jim Alateras
- See Also:
- Serialized Form
Constructor Summary |
PersistenceException()
Construct a new PersistenceException with no information. |
PersistenceException(java.lang.String message)
Construct a new PersistenceException with a detail message |
PersistenceException(java.lang.String message,
java.lang.Throwable cause)
Construct a new PersistenceException with a detail
message and the exception that caused it |
PersistenceException(java.lang.Throwable cause)
Construct a new PersistenceException with the exception that
caused it. |
Methods inherited from class org.exolab.core.service.ServiceException |
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PersistenceException
public PersistenceException()
- Construct a new
PersistenceException
with no information.
PersistenceException
public PersistenceException(java.lang.String message)
- Construct a new
PersistenceException
with a detail message
- Parameters:
message
- a message describing this exception
PersistenceException
public PersistenceException(java.lang.Throwable cause)
- Construct a new
PersistenceException
with the exception that
caused it.
- Parameters:
cause
- the exception that caused this exception
PersistenceException
public PersistenceException(java.lang.String message,
java.lang.Throwable cause)
- Construct a new
PersistenceException
with a detail
message and the exception that caused it
- Parameters:
message
- a message describing this exceptioncause
- the exception that caused this exception
Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.