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:
Serializable
public class InvocationRuntimeException extends RuntimeException
- Author:
- Jorge Campins
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvocationRuntimeException()InvocationRuntimeException(String message)InvocationRuntimeException(String message, Throwable cause)InvocationRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-