public class ResourceError extends Error
| Constructor and Description |
|---|
ResourceError(String message)
Constructs a new
ResourceError with the specified detail
message. |
ResourceError(String message,
Throwable cause)
Constructs a new
ResourceError with the specified detail
message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceError(String message)
ResourceError with the specified detail
message.message - The detail message.Copyright © 2010-2012 FoxLabs. All Rights Reserved.