public class DataSealerException extends Exception
DataSealer
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
serialVersionUID.
|
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
private static final long serialVersionUID
public DataSealerException()
public DataSealerException(@Nullable String message)
message
- exception messagepublic DataSealerException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999–2017. All rights reserved.