org.ow2.clif.scenario.isac.exception
Class IsacRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.clif.scenario.isac.exception.IsacRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class IsacRuntimeException
extends java.lang.RuntimeException

This class implements runtime exception for the Isac module

Author:
JC Meillaud, A Peyrard
See Also:
Serialized Form

Constructor Summary
IsacRuntimeException(java.lang.String cause)
          Constructor, build a new runtime exception with a prdefined message
IsacRuntimeException(java.lang.String cause, java.lang.Exception e)
          Send an isac runtime exception
 
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

IsacRuntimeException

public IsacRuntimeException(java.lang.String cause)
Constructor, build a new runtime exception with a prdefined message

Parameters:
cause - The cause of the exception

IsacRuntimeException

public IsacRuntimeException(java.lang.String cause,
                            java.lang.Exception e)
Send an isac runtime exception

Parameters:
cause - The cause of the exception
e - The previous exception