com.accendia.iris.client
Class LoginFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.accendia.iris.client.LoginFailedException
All Implemented Interfaces:
java.io.Serializable

public class LoginFailedException
extends java.lang.Exception

Exception thrown when a ServerContext can not be created. This can happen when the user does not exist, the password is incorrect or when a secure connection can not be established.

See Also:
Serialized Form

Constructor Summary
LoginFailedException()
          Creates a login failed exception.
LoginFailedException(java.lang.String reason)
          Creates an exception containing the reason for the failure.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginFailedException

public LoginFailedException()
Creates a login failed exception.


LoginFailedException

public LoginFailedException(java.lang.String reason)
Creates an exception containing the reason for the failure.