Class RequirementsNotFullfilledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.RequirementsNotFullfilledException
All Implemented Interfaces:
Serializable

public class RequirementsNotFullfilledException extends Exception
should be thrown whenever the requested operation can't be executed because not all prerequisites are met
Author:
geidell
See Also:
  • Constructor Details

    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException()
    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException(String message, Throwable cause)
    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException(String message)
    • RequirementsNotFullfilledException

      public RequirementsNotFullfilledException(Throwable cause)