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

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
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
Direct Known Subclasses:
InvalidLoginOrPasswordException

public class AuthenticationException
extends PaloWebViewerSerializableException

This class serves as base exception for all auth-exceptions.

Author:
dmol
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          default constructor needed to deserialization
AuthenticationException(java.lang.String msg)
          Constructor with description for base exception
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, getMessage, 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

AuthenticationException

public AuthenticationException()
default constructor needed to deserialization


AuthenticationException

public AuthenticationException(java.lang.String msg)
Constructor with description for base exception

Parameters:
msg - describes exception