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