Class InvalidRequestException

All Implemented Interfaces:
Serializable

public class InvalidRequestException extends OIMServiceException
This exception will be thrown if a particular operation is not allowed for the request
See Also:
  • Constructor Details

    • InvalidRequestException

      public InvalidRequestException(Exception e)
    • InvalidRequestException

      public InvalidRequestException(String errorCode, String errorMessage, Serializable[] errorData)
    • InvalidRequestException

      public InvalidRequestException(String string)
    • InvalidRequestException

      public InvalidRequestException(String string, Exception cnfe)