org.glassfish.jersey.server
Class ContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.internal.ProcessingException
                  extended by org.glassfish.jersey.server.ContainerException
All Implemented Interfaces:
java.io.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

Constructor Summary
ContainerException(java.lang.String message)
           
ContainerException(java.lang.String message, java.lang.Throwable cause)
           
ContainerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerException

public ContainerException(java.lang.Throwable cause)

ContainerException

public ContainerException(java.lang.String message,
                          java.lang.Throwable cause)

ContainerException

public ContainerException(java.lang.String message)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.
OSZAR »