public class DataSealerException extends Exception
DataSealer
.Constructor and Description |
---|
DataSealerException()
Constructor.
|
DataSealerException(Exception wrappedException)
Constructor.
|
DataSealerException(String message)
Constructor.
|
DataSealerException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataSealerException()
public DataSealerException(@Nullable String message)
message
- exception messagepublic DataSealerException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.