protected static class SendErrorFilter.ZuulExceptionHolder extends Object implements SendErrorFilter.ExceptionHolder
Constructor and Description |
---|
ZuulExceptionHolder(com.netflix.zuul.exception.ZuulException exception) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCause() |
int |
getStatusCode() |
Throwable |
getThrowable() |
public ZuulExceptionHolder(com.netflix.zuul.exception.ZuulException exception)
public Throwable getThrowable()
getThrowable
in interface SendErrorFilter.ExceptionHolder
public int getStatusCode()
getStatusCode
in interface SendErrorFilter.ExceptionHolder
public String getErrorCause()
getErrorCause
in interface SendErrorFilter.ExceptionHolder
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.