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