public class CryptoException extends TeiidException
code
Constructor and Description |
---|
CryptoException()
No-Arg Constructor
|
CryptoException(BundleUtil.Event code,
String message)
Construct an instance with the message and error code specified.
|
CryptoException(BundleUtil.Event code,
Throwable e) |
CryptoException(BundleUtil.Event code,
Throwable e,
String message)
Construct an instance from a message and a code and an exception to
chain to this one.
|
CryptoException(String message)
Construct an instance with the message specified.
|
CryptoException(Throwable e)
Construct an instance with a linked exception specified.
|
CryptoException(Throwable e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CryptoException()
public CryptoException(String message)
message
- A message describing the exceptionpublic CryptoException(Throwable e)
e
- An exception to chain to this exceptionpublic CryptoException(BundleUtil.Event code, String message)
message
- A message describing the exceptioncode
- The error codepublic CryptoException(Throwable e, String message)
code
- A code denoting the exceptione
- An exception to nest within this onepublic CryptoException(BundleUtil.Event code, Throwable e, String message)
e
- An exception to nest within this onemessage
- A message describing the exceptioncode
- A code denoting the exceptionpublic CryptoException(BundleUtil.Event code, Throwable e)
Copyright © 2018 JBoss by Red Hat. All rights reserved.