public class ObjectAccessException extends Exception
| Constructor and Description |
|---|
ObjectAccessException(Exception cause)
Constructs a object access exception with the specified chained causing event.
|
ObjectAccessException(String message)
Constructs a object access exception with the specified error message.
|
ObjectAccessException(String message,
Exception cause)
Constructs a object access exception with the specified error message and the chained
causing event.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectAccessException(String message)
public ObjectAccessException(String message, Exception cause)
public ObjectAccessException(Exception cause)
Copyright © 2015. All rights reserved.