public class NoSuchObjectLocalException extends SLEEException
| Constructor and Description |
|---|
NoSuchObjectLocalException(String message)
Create a
NoSuchObjectLocalException with a detail message. |
NoSuchObjectLocalException(String message,
Throwable cause)
Create a
NoSuchObjectLocalException with a detail message and cause. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchObjectLocalException(String message)
NoSuchObjectLocalException with a detail message.message - the detail message.