com.sas.services.security
Class BadHostLoginServiceException

com.sas.services.security.BadHostLoginServiceException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class BadHostLoginServiceException
implements java.io.Serializable

This exception gets thrown if the authentication process detects that an "unknown host" error occurred while attempting authentication.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
BadHostLoginServiceException()
          Constructs a default exception to indicate that an invalid host prevented a successful login.
BadHostLoginServiceException(java.lang.String message)
          Constructs a default exception to indicate that an invalid host prevented a successful login using the specified message.
BadHostLoginServiceException(java.lang.Throwable throwable, java.lang.String message)
          Constructs a default exception to indicate that an invalid host prevented a successful login using the specified message and the throwable which caused the failure.
 
Method Summary
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 

Constructor Detail

BadHostLoginServiceException

public BadHostLoginServiceException()
Constructs a default exception to indicate that an invalid host prevented a successful login.


BadHostLoginServiceException

public BadHostLoginServiceException(java.lang.String message)
Constructs a default exception to indicate that an invalid host prevented a successful login using the specified message.

Parameters:
message - Message detailing why the login failed due to an invalid host.

BadHostLoginServiceException

public BadHostLoginServiceException(java.lang.Throwable throwable,
                                    java.lang.String message)
Constructs a default exception to indicate that an invalid host prevented a successful login using the specified message and the throwable which caused the failure.

Parameters:
throwable - Throwable causing the login failure.
message - Message detailing why the login failed due to an invalid host.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.