com.sun.jaw.reference.common
Class JawRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.jaw.reference.common.JawRuntimeException
Direct Known Subclasses:
CommunicationException, PersistentRepositoryException, ServiceNotFoundException

public abstract class JawRuntimeException
extends java.lang.RuntimeException

This class represents runtime exceptions emitted by JDMK.

See Also:
Serialized Form

Constructor Summary
JawRuntimeException()
          Default constructor.
JawRuntimeException(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

JawRuntimeException

public JawRuntimeException()
Default constructor.

JawRuntimeException

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