Class IllegalOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.IllegalOperationException
All Implemented Interfaces:
Serializable

public class IllegalOperationException extends Exception
should be thrown when the operation cannot be executed because an object is in an incorrect state.
Author:
Christopher Hampf
See Also:
  • Constructor Details

    • IllegalOperationException

      public IllegalOperationException()
    • IllegalOperationException

      public IllegalOperationException(String message, Throwable cause)
    • IllegalOperationException

      public IllegalOperationException(String message)
    • IllegalOperationException

      public IllegalOperationException(Throwable cause)