|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.threerings.presents.dobj.ObjectAccessException
public class ObjectAccessException
An object access exception is delivered when an object is not accessible to a requesting subscriber for some reason or other. For some access exceptions, special derived classes exist to communicate the error. For others, a message string explaining the access failure is provided.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectAccessException(String message)
public ObjectAccessException(String message,
Exception cause)
public ObjectAccessException(Exception cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||