Default constructor : builds an exception with an empty message.
NoSuchObjectLocalException
public NoSuchObjectLocalException(String message)(Code)
Build an exception with the given message.
Parameters: message - the given message to use.
NoSuchObjectLocalException
public NoSuchObjectLocalException(String message, Exception causedByException)(Code)
Build an exception with the given message and given exception.
Parameters: message - the given message to use. Parameters: causedByException - the cause of this exception.