Class IllegalOperationException

All Implemented Interfaces:
Serializable

public class IllegalOperationException extends UnsupportedOperationException
This exception is thrown when an illegal operation occurs.

For instance, calling Result.getOccurredException() when no exception occurred results in an IllegalOperationException.

See Also:
  • Constructor Details

    • IllegalOperationException

      public IllegalOperationException()
    • IllegalOperationException

      public IllegalOperationException(String message)
    • IllegalOperationException

      public IllegalOperationException(String message, Throwable cause)
    • IllegalOperationException

      public IllegalOperationException(Throwable cause)