public class DataExpiredException extends DataSealerException
| コンストラクタと説明 |
|---|
DataExpiredException()
Constructor.
|
DataExpiredException(String message)
Constructor.
|
DataExpiredException(String message,
Throwable wrappedException)
Constructor.
|
DataExpiredException(Throwable wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataExpiredException()
public DataExpiredException(String message)
message - exception messagepublic DataExpiredException(Throwable wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.