Klasse IllegalOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.IllegalOperationException
Alle implementierten Schnittstellen:
Serializable

public class IllegalOperationException extends Exception
should be thrown when the operation cannot be executed because an object is in an incorrect state.
Autor:
Christopher Hampf
Siehe auch:
  • Konstruktordetails

    • IllegalOperationException

      public IllegalOperationException()
    • IllegalOperationException

      public IllegalOperationException(String message, Throwable cause)
    • IllegalOperationException

      public IllegalOperationException(String message)
    • IllegalOperationException

      public IllegalOperationException(Throwable cause)