org.glassfish.jersey.server
Class ContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
org.glassfish.jersey.server.ContainerException
- All Implemented Interfaces:
- Serializable
public class ContainerException
- extends ProcessingException
Exception thrown by the container components in to notify Jersey runtime about
any errors.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContainerException
public ContainerException(Throwable cause)
ContainerException
public ContainerException(String message,
Throwable cause)
ContainerException
public ContainerException(String message)
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.