Klasse RequirementsNotFullfilledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.RequirementsNotFullfilledException
Alle implementierten Schnittstellen:
Serializable

public class RequirementsNotFullfilledException extends Exception
should be thrown whenever the requested operation can't be executed because not all prerequisites are met
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException()
    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException(String message, Throwable cause)
    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException(String message)
    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException(Throwable cause)