public class VirgilException extends RuntimeException
| Constructor and Description |
|---|
VirgilException()
Create a new instance of
VirgilException |
VirgilException(String message)
Create a new instance of
VirgilException with the specified
detail message. |
VirgilException(Throwable cause)
Create a new instance of
VirgilException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VirgilException()
VirgilExceptionpublic VirgilException(Throwable cause)
VirgilExceptioncause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public VirgilException(String message)
VirgilException with the specified
detail message.message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.Copyright © 2016. All rights reserved.