Class ServiceLocatorException

All Implemented Interfaces:
Serializable

public class ServiceLocatorException extends AppianException
Exception meant to represent an error caught by an ApplicationAssociatedObjectTranslator while using an underlying service.
See Also:
  • Constructor Details

    • ServiceLocatorException

      public ServiceLocatorException(ErrorCode errorCode)
  • Method Details

    • getErrorCode

      public ErrorCode getErrorCode()
      Description copied from class: AppianException
      Gets the error code associated with this exception. Subclasses should override this method to return specific error codes. The default implementation returns APNX-1-0000-000 (ErrorCode.GENERIC_ERROR).
      Overrides:
      getErrorCode in class AppianException
      See Also: