public class SmimeException extends RuntimeException
RuntimeException that is used to indicate S/MIME specific
missbehaviors or to wrap other Exceptions that were thrown
during the processing of S/MIME specific operations.| Constructor and Description |
|---|
SmimeException(String message)
Create a new
SmimeException with the given message. |
SmimeException(String message,
Throwable cause)
Create a new
SmimeException with the given message and cause. |
SmimeException(Throwable cause)
Create a new
SmimeException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SmimeException(String message, Throwable cause)
SmimeException with the given message and cause.message - The message of this SmimeException.cause - The causing Exception wrapped by this
SmimeException.public SmimeException(String message)
SmimeException with the given message.message - The message of this SmimeException.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.