Package pl.edu.icm.unity.exceptions
Class AuthorizationExceptionRT
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.edu.icm.unity.exceptions.AuthorizationExceptionRT
-
- All Implemented Interfaces:
Serializable
public class AuthorizationExceptionRT extends RuntimeException
Thrown when there is authorization problem, this is a runtime variant.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationExceptionRT(String msg)
AuthorizationExceptionRT(String msg, Throwable cause)
AuthorizationExceptionRT(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-