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
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.