Class ErrorResponseSerializable

java.lang.Object
org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse
org.qubership.atp.itf.lite.backend.model.api.response.ErrorResponseSerializable
All Implemented Interfaces:
Serializable

public class ErrorResponseSerializable extends org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse implements Serializable
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse

    org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse.ErrorResponseBuilder
  • Field Summary

    Fields inherited from class org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse

    details, message, path, reason, status, timestamp, trace
  • Constructor Summary

    Constructors
    Constructor
    Description
    ErrorResponseSerializable(int status, String path, Date timestamp, String trace, String message, String reason, List<String> details)
     
  • Method Summary

    Methods inherited from class org.qubership.atp.auth.springbootstarter.handlers.ErrorResponse

    builder, canEqual, equals, getDetails, getMessage, getPath, getReason, getStatus, getTimestamp, getTrace, hashCode, setDetails, setMessage, setPath, setReason, setStatus, setTimestamp, setTrace, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details