Package org.digidoc4j.exceptions
Class TslValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.digidoc4j.exceptions.DigiDoc4JException
org.digidoc4j.exceptions.TechnicalException
org.digidoc4j.exceptions.TslRefreshException
org.digidoc4j.exceptions.TslValidationException
- All Implemented Interfaces:
Serializable
An exception signalling a TSL validation error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTslValidationException
(String message) Constructs a new TSL validation exception with the specified detail message.TslValidationException
(String message, Throwable cause) Constructs a new TSL validation exception with the specified detail message and cause. -
Method Summary
Methods inherited from class org.digidoc4j.exceptions.DigiDoc4JException
getErrorCode, getSignatureId, setSignatureId, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TslValidationException
Constructs a new TSL validation exception with the specified detail message.- Parameters:
message
- the detail message
-
TslValidationException
Constructs a new TSL validation exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause of this exception
-