public class UnsupportedFormatException extends CryptoException
| Constructor and Description |
|---|
UnsupportedFormatException()
Constructor.
|
UnsupportedFormatException(String message)
Constructor.
|
UnsupportedFormatException(String message,
Throwable cause)
Constructor.
|
UnsupportedFormatException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFormatException()
public UnsupportedFormatException(String message)
message - the exception message.public UnsupportedFormatException(Throwable cause)
cause - the causing exception.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.