Package org.digidoc4j.exceptions
Class TslDownloadException
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.TslDownloadException
- All Implemented Interfaces:
Serializable
An exception signalling a TSL download error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTslDownloadException
(String message) Constructs a new TSL download exception with the specified detail message.TslDownloadException
(String message, Throwable cause) Constructs a new TSL download 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
-
TslDownloadException
Constructs a new TSL download exception with the specified detail message.- Parameters:
message
- the detail message
-
TslDownloadException
Constructs a new TSL download exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause of this exception
-