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