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:
- 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
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion()
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion(String message)
- Parameters:
message
-
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion(Throwable nested)
- Parameters:
nested
-
PersistenceStoreRuntimeExcpetion
public PersistenceStoreRuntimeExcpetion(String msg,
Throwable nested)
- Parameters:
msg
- nested
-
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.