com.sas.services.security
Class ConnectRefusedLoginServiceException

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

public class ConnectRefusedLoginServiceException
implements java.io.Serializable

This exception gets thrown if the authentication process detects that a "connection refused" network error occurred while attempting authentication.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
ConnectRefusedLoginServiceException()
          Constructs a default exception to detail a login failure caused by a refused connection.
ConnectRefusedLoginServiceException(java.lang.String message)
          Constructs an exception to detail a login failure caused by a refused connection using the specified message.
ConnectRefusedLoginServiceException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an exception to detail a login failure caused by a refused connection using the specified message and throwable.
 
Method Summary
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 

Constructor Detail

ConnectRefusedLoginServiceException

public ConnectRefusedLoginServiceException()
Constructs a default exception to detail a login failure caused by a refused connection.


ConnectRefusedLoginServiceException

public ConnectRefusedLoginServiceException(java.lang.String message)
Constructs an exception to detail a login failure caused by a refused connection using the specified message.

Parameters:
message - Message detailing the connection refused login failure.

ConnectRefusedLoginServiceException

public ConnectRefusedLoginServiceException(java.lang.Throwable throwable,
                                           java.lang.String message)
Constructs an exception to detail a login failure caused by a refused connection using the specified message and throwable.

Parameters:
throwable - Throwable which caused the connection to be refused.
message - Message detailing the connection refused login failure.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.