net.pleso.auth.client
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AuthenticationException()
          Constructor.
AuthenticationException(java.lang.String s)
          Constructor with message text.
AuthenticationException(java.lang.String s, java.lang.Throwable cause)
          Constructor with message text and Throwable instance.
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

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 text
cause - Throwable instance
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2006-2007 pleso.net crew All Rights Reserved.