com.sun.n1.sps.model.user
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.n1.sps.model.util.ClientException
              extended by com.sun.n1.sps.model.user.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends ClientException

An AuthenticationException results from improper user name or password during login.

See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String inMessage, java.lang.Throwable inCause)
           
 
Method Summary
 
Methods inherited from class com.sun.n1.sps.model.util.ClientException
printStackTrace, printStackTrace, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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(java.lang.String inMessage,
                               java.lang.Throwable inCause)