Class IsacRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.ow2.clif.scenario.isac.exception.IsacRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class IsacRuntimeException extends java.lang.RuntimeExceptionThis class implements runtime exception for the Isac module- Author:
- JC Meillaud, A Peyrard
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsacRuntimeException(java.lang.String cause)Constructor, build a new runtime exception with a prdefined messageIsacRuntimeException(java.lang.String cause, java.lang.Exception e)Send an isac runtime exception
-
-
-
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 exceptione- The previous exception
-
-