Class 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
    See Also:
    Serialized Form
    • Constructor Detail

      • ContainerException

        public ContainerException​(Throwable cause)
      • ContainerException

        public ContainerException​(String message,
                                  Throwable cause)
      • ContainerException

        public ContainerException​(String message)