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 javax.ws.rs.ProcessingException
Exception thrown by the container components in to notify Jersey runtime about any errors.
See Also:
  • Field Details

  • Constructor Details

    • ContainerException

      public ContainerException(Throwable cause)
    • ContainerException

      public ContainerException(String message, Throwable cause)
    • ContainerException

      public ContainerException(String message)