Class PagerDutyRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
systems.comodal.pagerduty.exceptions.PagerDutyRequestException
All Implemented Interfaces:
java.io.Serializable, PagerDutyClientException

public final class PagerDutyRequestException
extends java.lang.RuntimeException
implements PagerDutyClientException
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static interface  PagerDutyRequestException.Builder  
  • Method Summary

    Modifier and Type Method Description
    static PagerDutyRequestException.Builder build​(java.net.http.HttpResponse<?> response)  
    boolean canBeRetried()  
    long getErrorCode()  
    java.util.List<java.lang.String> getErrors()  
    java.net.http.HttpResponse<?> getHttpResponse()  
    java.lang.String getStatus()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Throwable

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

    Methods inherited from class java.lang.Object

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