Class InconsistentStatusException

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

public class InconsistentStatusException extends Exception
should be thrown when there are signed consents which belongs to one module but have different consent status
Author:
geidell
See Also:
  • Constructor Details

    • InconsistentStatusException

      public InconsistentStatusException()
    • InconsistentStatusException

      public InconsistentStatusException(String message, Throwable cause)
    • InconsistentStatusException

      public InconsistentStatusException(String message)
    • InconsistentStatusException

      public InconsistentStatusException(Throwable cause)