com.sun.jaw.impl.agent.services.persistent
Class 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.

See Also:
Serialized Form

Constructor Summary
PersistentRepositoryException(java.lang.String msg)
          Constructor that allows a specific error message to be specified.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentRepositoryException

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