Package overit.geocall.util
Class UnauthorizedAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
overit.geocall.util.ApplicationException
overit.geocall.util.UnauthorizedAccessException
- All Implemented Interfaces:
Serializable
The class represent an exception that occurs when is executed an access operation without the
necessary permissions.
It extends
ApplicationException- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception with the specified detail message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedAccessException
Creates the exception with the specified detail message- Parameters:
s- The specific detail message of this exception
-