Class MultiWebApplicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
com.qwazr.server.client.MultiWebApplicationException
All Implemented Interfaces:
java.io.Serializable

public class MultiWebApplicationException
extends javax.ws.rs.WebApplicationException
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  MultiWebApplicationException.Builder  
  • Method Summary

    Modifier and Type Method Description
    java.util.Collection<javax.ws.rs.WebApplicationException> getCauses()  
    static MultiWebApplicationException.Builder of​(java.util.logging.Logger logger)  

    Methods inherited from class javax.ws.rs.WebApplicationException

    getResponse

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait