Package fi.tut.mei.resdescapi.exception
Class UserAuthorisationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fi.tut.mei.resdescapi.exception.UserAuthorisationException
-
- All Implemented Interfaces:
Serializable
public class UserAuthorisationException extends Exception
User has not been authorised to access (e.g. to login) or to perform some action.- Author:
- Niko Siltala
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAuthorisationException()
UserAuthorisationException(String message)
UserAuthorisationException(String message, Throwable cause)
UserAuthorisationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
UserAuthorisationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UserAuthorisationException
public UserAuthorisationException()
-
UserAuthorisationException
public UserAuthorisationException(String message)
- Parameters:
message
-
-
UserAuthorisationException
public UserAuthorisationException(Throwable cause)
- Parameters:
cause
-
-
UserAuthorisationException
public UserAuthorisationException(String message, Throwable cause)
- Parameters:
message
-cause
-
-
-