Package tigase.db
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.db.AuthorizationException
- All Implemented Interfaces:
Serializable
Describe class AuthorizationException here.
Created: Fri Nov 10 18:07:21 2006
Created: Fri Nov 10 18:07:21 2006
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newAuthorizationException
instance.AuthorizationException
(String message) AuthorizationException
(String message, 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 Details
-
AuthorizationException
public AuthorizationException()Creates a newAuthorizationException
instance. -
AuthorizationException
-
AuthorizationException
-