Class UserUnknownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.util.ChainedException
com.sas.services.ServiceException
com.sas.services.user.UserUnknownException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, Serializable

public class UserUnknownException extends ServiceException implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    default constructor
    UserUnknownException(String message)
     
    UserUnknownException(Throwable throwable, String message)
     
  • Method Summary

    Methods inherited from class com.sas.util.ChainedException

    chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserUnknownException

      public UserUnknownException()
      default constructor
    • UserUnknownException

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

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