org.androidpn.server.xmpp
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.androidpn.server.xmpp.UnauthorizedException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedException
extends java.lang.Exception

Thrown if a user was not authorized to do a particular operation.

Author:
Sehwan Noh (devnoh@gmail.com)
See Also:
Serialized Form

Constructor Summary
UnauthorizedException()
           
UnauthorizedException(java.lang.String message)
           
UnauthorizedException(java.lang.String message, java.lang.Throwable cause)
           
UnauthorizedException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedException

public UnauthorizedException()

UnauthorizedException

public UnauthorizedException(java.lang.String message)

UnauthorizedException

public UnauthorizedException(java.lang.Throwable cause)

UnauthorizedException

public UnauthorizedException(java.lang.String message,
                             java.lang.Throwable cause)