public class CryptoException extends RuntimeException
Constructor and Description |
---|
CryptoException(String message) |
CryptoException(String messageTemplate,
Object... params) |
CryptoException(String message,
Throwable throwable) |
CryptoException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
CryptoException(Throwable e) |
CryptoException(Throwable throwable,
String messageTemplate,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.