public class ObjectAccessException extends RuntimeException
| Constructor and Description |
|---|
ObjectAccessException(String message)
Constructs a new
ObjectAccessException with the specified detail message. |
ObjectAccessException(String message,
Throwable cause)
Constructs a new
ObjectAccessException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectAccessException(String message)
ObjectAccessException with the specified detail message.message - the detail message.Copyright © 2014. All rights reserved.