Class UnknownSignerIdTypeException

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

public class UnknownSignerIdTypeException extends Exception
should be thrown when the given signerIdType is not known for the given domain
Author:
geidell
See Also:
  • Constructor Details

    • UnknownSignerIdTypeException

      public UnknownSignerIdTypeException()
    • UnknownSignerIdTypeException

      public UnknownSignerIdTypeException(String message, Throwable cause)
    • UnknownSignerIdTypeException

      public UnknownSignerIdTypeException(String message)
    • UnknownSignerIdTypeException

      public UnknownSignerIdTypeException(Throwable cause)