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. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchObjectLocalException(String message)
NoSuchObjectLocalException
with a detail message.message
- the detail message.