tigase.db
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.db.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException
extends Exception

Describe class AuthorizationException here. Created: Fri Nov 10 18:07:21 2006

Version:
$Rev: 630 $
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
AuthorizationException()
          Creates a new AuthorizationException instance.
AuthorizationException(String message)
           
AuthorizationException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException()
Creates a new AuthorizationException instance.


AuthorizationException

public AuthorizationException(String message)

AuthorizationException

public AuthorizationException(String message,
                              Throwable cause)


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.