org.androidpn.server.xmpp
Class UnauthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.androidpn.server.xmpp.UnauthenticatedException
- All Implemented Interfaces:
- java.io.Serializable
public class UnauthenticatedException
- extends java.lang.Exception
Thrown if a user was not authenticated 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 |
UnauthenticatedException
public UnauthenticatedException()
UnauthenticatedException
public UnauthenticatedException(java.lang.String message)
UnauthenticatedException
public UnauthenticatedException(java.lang.Throwable cause)
UnauthenticatedException
public UnauthenticatedException(java.lang.String message,
java.lang.Throwable cause)