public class NoSuchObjectException extends BadRequestException
Constructor and Description |
---|
NoSuchObjectException(java.lang.String message)
create exception with description only.
|
NoSuchObjectException(java.lang.String message,
java.lang.Throwable cause)
create exception with description and causing exception.
|
NoSuchObjectException(java.lang.Throwable cause)
create exception from causing exception.
|
public NoSuchObjectException(java.lang.String message, java.lang.Throwable cause)
public NoSuchObjectException(java.lang.String message)
public NoSuchObjectException(java.lang.Throwable cause)