Package 

Class ExtensionUnexpectedError

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated() 
    public class ExtensionUnexpectedError
    extends Exception
                        

    Wraps an unexpected asynchronous error encountered by a 3rd party extension while processing. It may contain a custom message, the Throwable cause and the custom error code .

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ExtensionError getErrorCode() Retrieves the custom error code that is associated with this unexpected error.
      • Methods inherited from class java.lang.Throwable

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

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

      • ExtensionUnexpectedError

        ExtensionUnexpectedError(ExtensionError code)
        Constructs an ExtensionUnexpectedError with an error code.
        Parameters:
        code - the ExtensionError code