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