Class IntegrationRestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntegrationRestException
    extends com.synopsys.integration.exception.IntegrationException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrationRestException​(int httpStatusCode, java.lang.String httpStatusMessage, java.lang.String httpResponseContent, java.lang.String message)  
      IntegrationRestException​(int httpStatusCode, java.lang.String httpStatusMessage, java.lang.String httpResponseContent, java.lang.String message, java.lang.Throwable cause)  
      IntegrationRestException​(int httpStatusCode, java.lang.String httpStatusMessage, java.lang.String httpResponseContent, java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      IntegrationRestException​(int httpStatusCode, java.lang.String httpStatusMessage, java.lang.String httpResponseContent, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHttpResponseContent()  
      int getHttpStatusCode()  
      java.lang.String getHttpStatusMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IntegrationRestException

        public IntegrationRestException​(int httpStatusCode,
                                        java.lang.String httpStatusMessage,
                                        java.lang.String httpResponseContent,
                                        java.lang.String message,
                                        java.lang.Throwable cause,
                                        boolean enableSuppression,
                                        boolean writableStackTrace)
      • IntegrationRestException

        public IntegrationRestException​(int httpStatusCode,
                                        java.lang.String httpStatusMessage,
                                        java.lang.String httpResponseContent,
                                        java.lang.String message,
                                        java.lang.Throwable cause)
      • IntegrationRestException

        public IntegrationRestException​(int httpStatusCode,
                                        java.lang.String httpStatusMessage,
                                        java.lang.String httpResponseContent,
                                        java.lang.String message)
      • IntegrationRestException

        public IntegrationRestException​(int httpStatusCode,
                                        java.lang.String httpStatusMessage,
                                        java.lang.String httpResponseContent,
                                        java.lang.Throwable cause)
    • Method Detail

      • getHttpStatusCode

        public int getHttpStatusCode()
      • getHttpStatusMessage

        public java.lang.String getHttpStatusMessage()
      • getHttpResponseContent

        public java.lang.String getHttpResponseContent()