com.tensegrity.palowebviewer.modules.engine.client.exceptions
Class InvalidLoginOrPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.client.rpc.SerializableException
              extended by com.tensegrity.palowebviewer.modules.engine.client.exceptions.PaloWebViewerSerializableException
                  extended by com.tensegrity.palowebviewer.modules.engine.client.exceptions.AuthenticationException
                      extended by com.tensegrity.palowebviewer.modules.engine.client.exceptions.InvalidLoginOrPasswordException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable

public class InvalidLoginOrPasswordException
extends AuthenticationException

This exception is thrown, when user credentials (user/password) are invalid.

See Also:
Serialized Form

Constructor Summary
InvalidLoginOrPasswordException()
          default constructor needed to deserialization
 
Method Summary
 java.lang.String getMessage()
          returns exception description.
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidLoginOrPasswordException

public InvalidLoginOrPasswordException()
default constructor needed to deserialization

Method Detail

getMessage

public java.lang.String getMessage()
returns exception description.

Overrides:
getMessage in class com.google.gwt.user.client.rpc.SerializableException