org.exolab.jms.persistence
Class PersistenceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.jms.service.ServiceException
|
+--org.exolab.jms.persistence.PersistenceException
- All Implemented Interfaces:
- java.io.Serializable
- public class PersistenceException
- extends ServiceException
The PersistenceException is a general exception thrown by the persistence
layer.
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:50:44 $
- 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 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-2007 The OpenJMS Group. All Rights Reserved.