Package org.digidoc4j.exceptions
Class TslRefreshException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.digidoc4j.exceptions.DigiDoc4JException
org.digidoc4j.exceptions.TechnicalException
org.digidoc4j.exceptions.TslRefreshException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TslDownloadException
,TslParsingException
,TslValidationException
An exception signalling a TSL refresh error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTslRefreshException
(String message) Constructs a new TSL refresh exception with the specified detail message.TslRefreshException
(String message, Throwable cause) Constructs a new TSL refresh 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
-
TslRefreshException
Constructs a new TSL refresh exception with the specified detail message.- Parameters:
message
- the detail message
-
TslRefreshException
Constructs a new TSL refresh exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause of this exception
-