Class TigerPkiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.gematik.test.tiger.common.exceptions.TigerPkiException
All Implemented Interfaces:
Serializable

public class TigerPkiException extends RuntimeException
See Also:
  • Constructor Details

    • TigerPkiException

      public TigerPkiException(String s)
    • TigerPkiException

      public TigerPkiException(String s, Exception e)
    • TigerPkiException

      public TigerPkiException(String pattern, Object... args)
    • TigerPkiException

      public TigerPkiException(Throwable t, String pattern, Object... args)