org.androidpn.server.xmpp
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)