Package adalid.core.exceptions
Class InstantiationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- adalid.core.exceptions.InstantiationRuntimeException
-
- All Implemented Interfaces:
Serializable
public class InstantiationRuntimeException extends RuntimeException
- Author:
- Jorge Campins
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstantiationRuntimeException()InstantiationRuntimeException(String message)InstantiationRuntimeException(String message, Throwable cause)InstantiationRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-