public class InvalidSortException
extends javax.ws.rs.BadRequestException
Sort
.Constructor and Description |
---|
InvalidSortException(java.lang.String msg)
Creates a new
InvalidSortException with a message |
InvalidSortException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new
InvalidSortException with a message and a
cause |
public InvalidSortException(java.lang.String msg)
InvalidSortException
with a messagemsg
- - message of the Exceptionpublic InvalidSortException(java.lang.String msg, java.lang.Throwable cause)
InvalidSortException
with a message and a
causemsg
- - message of the Exceptioncause
- - cause of the Exception