net.pleso.auth.client
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.pleso.auth.client.AuthenticationException
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
public class AuthenticationException
- extends java.lang.Exception
- implements com.google.gwt.user.client.rpc.IsSerializable
Authentication exception class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthenticationException
public AuthenticationException()
- Constructor.
AuthenticationException
public AuthenticationException(java.lang.String s)
- Constructor with message text.
- Parameters:
s
- message text
AuthenticationException
public AuthenticationException(java.lang.String s,
java.lang.Throwable cause)
- Constructor with message text and
Throwable
instance.
- Parameters:
s
- message textcause
- Throwable
instance
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2006-2007 pleso.net crew All Rights Reserved.