com.sas.services.user
Class UserUnknownException

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

public class UserUnknownException
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UserUnknownException()
          default constructor
UserUnknownException(java.lang.String message)
           
UserUnknownException(java.lang.Throwable throwable, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 

Constructor Detail

UserUnknownException

public UserUnknownException()
default constructor


UserUnknownException

public UserUnknownException(java.lang.String message)
Parameters:
message - A message describing the error, and possibly a fix.

UserUnknownException

public UserUnknownException(java.lang.Throwable throwable,
                            java.lang.String message)
Parameters:
throwable - A root exception to keep for context for this exception.
message - A message describing the error.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.