public class ErrorResponse extends Object
ErrorResponse(String type, String message, String cause)
ErrorResponse(Throwable e)
String
getCause()
getMessage()
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ErrorResponse(String type, String message, String cause)
public ErrorResponse(Throwable e)
public String getType()
public String getMessage()
public String getCause()
Copyright © 2021. All rights reserved.