Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.bank
Class ThemeBankException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by org.nuxeo.ecm.webengine.WebException
                      extended by org.nuxeo.theme.bank.ThemeBankException
All Implemented Interfaces:
java.io.Serializable

public class ThemeBankException
extends WebException

See Also:
Serialized Form

Constructor Summary
ThemeBankException(java.lang.String message)
           
ThemeBankException(java.lang.String message, java.lang.Throwable cause)
           
ThemeBankException(java.lang.Throwable cause)
           
 
Method Summary
 javax.ws.rs.core.Response getResponse()
           
 
Methods inherited from class org.nuxeo.ecm.webengine.WebException
getMessage, getReturnCode, getStackTraceString, getStatusCode, handleError, toResponse, toString, wrap, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThemeBankException

public ThemeBankException(java.lang.Throwable cause)

ThemeBankException

public ThemeBankException(java.lang.String message)

ThemeBankException

public ThemeBankException(java.lang.String message,
                          java.lang.Throwable cause)
Method Detail

getResponse

public javax.ws.rs.core.Response getResponse()
Overrides:
getResponse in class WebException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.