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.


Constructor Index

 o PersistentRepositoryException(String)
Constructor that allows a specific error message to be specified.

Constructors

 o PersistentRepositoryException
 public PersistentRepositoryException(String msg)
Constructor that allows a specific error message to be specified.


All Packages  Class Hierarchy  This Package  Previous  Next  Index