Class CSCertificateTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.certusine.vanilla.internal.tasks.CSCertificateTaskException
- All Implemented Interfaces:
Serializable
An exception raised by a certificate task.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSCertificateTaskException(String message, boolean inCanRetry) Create an exception.CSCertificateTaskException(String message, Throwable cause, boolean inCanRetry) Create an exception.CSCertificateTaskException(Throwable cause, boolean inCanRetry) Create an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSCertificateTaskException
Create an exception.- Parameters:
message- The exception messageinCanRetry-trueif the operation could be retried
-
CSCertificateTaskException
-
CSCertificateTaskException
Create an exception.- Parameters:
cause- The causeinCanRetry-trueif the operation could be retried
-
-
Method Details
-
canRetry
public boolean canRetry()- Returns:
trueif the operation could be retried
-