public class InvalidSortException
extends javax.ws.rs.BadRequestException
Sort errors.| Constructor and Description |
|---|
InvalidSortException(java.lang.String msg)
Creates a new
InvalidSortException with the provided message. |
InvalidSortException(java.lang.String msg,
java.lang.Throwable throwable)
Creates a new
InvalidSortException with the provided message and
throwable. |
public InvalidSortException(java.lang.String msg)
InvalidSortException with the provided message.msg - the messagepublic InvalidSortException(java.lang.String msg,
java.lang.Throwable throwable)
InvalidSortException with the provided message and
throwable.msg - the messagethrowable - the throwable