public class DataSealerException
extends java.lang.Exception
DataSealer.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
serialVersionUID.
|
| Constructor and Description |
|---|
DataSealerException()
Constructor.
|
DataSealerException(java.lang.Exception wrappedException)
Constructor.
|
DataSealerException(java.lang.String message)
Constructor.
|
DataSealerException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public DataSealerException()
public DataSealerException(@Nullable
java.lang.String message)
message - exception messagepublic DataSealerException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic DataSealerException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one