com.sas.services.user
Class NonPersonAuthenticationException

com.sas.services.user.NonPersonAuthenticationException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class NonPersonAuthenticationException

See Also:
Serialized Form

Constructor Summary
NonPersonAuthenticationException()
          Default constructor that uses a default exception message.
NonPersonAuthenticationException(java.lang.String message)
          Constructs an instance using the specified message to detail the cause of the exception.
NonPersonAuthenticationException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an instance using the specified message and a throwable that prompted creation of this service exception.
 
Method Summary
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 

Constructor Detail

NonPersonAuthenticationException

public NonPersonAuthenticationException()
Default constructor that uses a default exception message.


NonPersonAuthenticationException

public NonPersonAuthenticationException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception.

Parameters:
message - Exception message.

NonPersonAuthenticationException

public NonPersonAuthenticationException(java.lang.Throwable throwable,
                                        java.lang.String message)
Constructs an instance using the specified message and a throwable that prompted creation of this service exception.

Parameters:
throwable - The Throwable that prompted the exception.
message - Exception message.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.