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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TigerPkiException(String s)TigerPkiException(String s, Exception e)TigerPkiException(String pattern, Object... args)TigerPkiException(Throwable t, String pattern, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TigerPkiException
public TigerPkiException(String s)
-
-