Class SSOAccountNotFoundException

All Implemented Interfaces:
Serializable

public class SSOAccountNotFoundException extends OIMServiceException
See Also:
  • Constructor Details

    • SSOAccountNotFoundException

      public SSOAccountNotFoundException()
    • SSOAccountNotFoundException

      public SSOAccountNotFoundException(String message, Throwable cause)
    • SSOAccountNotFoundException

      public SSOAccountNotFoundException(String message)
    • SSOAccountNotFoundException

      public SSOAccountNotFoundException(Throwable cause)
    • SSOAccountNotFoundException

      public SSOAccountNotFoundException(String message, String errorCode)
    • SSOAccountNotFoundException

      public SSOAccountNotFoundException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new SSOAccountNotFoundException with the errorCode, errorMessage, errorData and Throwable.
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
      e - - Exception