All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.impl.agent.services.persistent.PersistentRepositoryException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.sun.jaw.reference.common.JawRuntimeException
|
+----com.sun.jaw.impl.agent.services.persistent.PersistentRepositoryException
- public class PersistentRepositoryException
- extends JawRuntimeException
Signals that an unexpected Persistent Repository exception of some sort occurred.
-
PersistentRepositoryException(String)
- Constructor that allows a specific error message to be specified.
PersistentRepositoryException
public PersistentRepositoryException(String msg)
- Constructor that allows a specific error message to be specified.
All Packages Class Hierarchy This Package Previous Next Index