com.sun.jersey.api
Class MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jersey.api.MessageException
- All Implemented Interfaces:
- Serializable
public class MessageException
- extends RuntimeException
This exception may be used in conjuction with WebApplicationException
to include a message.
- Author:
- Paul.Sandoz@Oracle.Com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MessageException
public MessageException(String message)
Copyright © 2013 Oracle Corporation. All Rights Reserved.