This project has retired. For details please refer to its
Attic page.
PersistenceStoreRuntimeExcpetion (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.components.persistence.store
Class PersistenceStoreRuntimeExcpetion
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jetspeed.exception.JetspeedRuntimeException
org.apache.jetspeed.components.persistence.store.PersistenceStoreRuntimeExcpetion
- All Implemented Interfaces:
- java.io.Serializable
public class PersistenceStoreRuntimeExcpetion
- extends JetspeedRuntimeException
- Author:
- Scott T. Weaver
Thrown when an unexpected problem arises while performing a
persistence operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion()
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion(java.lang.String message)
- Parameters:
message
-
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion(java.lang.Throwable nested)
- Parameters:
nested
-
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion(java.lang.String msg,
java.lang.Throwable nested)
- Parameters:
msg
- nested
-
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.