Rio Project 4.2 API Documentation



org.rioproject.opstring
Class OARException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rioproject.opstring.OARException
All Implemented Interfaces:
Serializable

public class OARException
extends Exception

This exception is thrown during processing of an OAR.

See Also:
Serialized Form

Constructor Summary
OARException()
          Constructs an OARException with no detail message.
OARException(String reason)
          Constructs an OARException with the specified detail message.
OARException(String s, Throwable cause)
          Constructs an OARException with the specified detail message and optional exception that was raised while instantiating the JSB
 
Method Summary
 
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

OARException

public OARException(String s,
                    Throwable cause)
Constructs an OARException with the specified detail message and optional exception that was raised while instantiating the JSB

Parameters:
s - the detail message
cause - the exception that was raised while instantiating the JSB

OARException

public OARException(String reason)
Constructs an OARException with the specified detail message.

Parameters:
reason - The reason for the exception

OARException

public OARException()
Constructs an OARException with no detail message.


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.