Package adalid.core.exceptions
Class InvocationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- adalid.core.exceptions.InvocationRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvocationRuntimeException extends java.lang.RuntimeException- Author:
- Jorge Campins
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvocationRuntimeException()InvocationRuntimeException(java.lang.String message)InvocationRuntimeException(java.lang.String message, java.lang.Throwable cause)InvocationRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InvocationRuntimeException
public InvocationRuntimeException()
-
InvocationRuntimeException
public InvocationRuntimeException(java.lang.String message)
-
InvocationRuntimeException
public InvocationRuntimeException(java.lang.Throwable cause)
-
InvocationRuntimeException
public InvocationRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
-