Class ApiException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ApiException​(IntegrationRestException originalIntegrationRestException, java.lang.String errorMessage, java.lang.String errorCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      IntegrationRestException getOriginalIntegrationRestException()  
      • 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

      • ApiException

        public ApiException​(IntegrationRestException originalIntegrationRestException,
                            java.lang.String errorMessage,
                            java.lang.String errorCode)
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()