Package org.keycloak.partialimport
Class ErrorResponseException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.keycloak.partialimport.ErrorResponseException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ErrorResponseException extends RuntimeException An exception that can hold a Response object.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ErrorResponseException(javax.ws.rs.core.Response response)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetResponse()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-