org.opa.core
Class OPAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opa.core.OPAException
All Implemented Interfaces:
java.io.Serializable

public class OPAException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
OPAException()
          Creates a new instance of OPAException without detail message.
OPAException(java.lang.String msg)
          Constructs an instance of OPAException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OPAException

public OPAException()
Creates a new instance of OPAException without detail message.


OPAException

public OPAException(java.lang.String msg)
Constructs an instance of OPAException with the specified detail message.

Parameters:
msg - the detail message.