Class FeatureOptimizerException

    • Constructor Detail

      • FeatureOptimizerException

        public FeatureOptimizerException​(int errorCode)
        Parameters:
        errorCode - an implementation specific error code. Please consult associated documentation.
      • FeatureOptimizerException

        public FeatureOptimizerException​(int errorCode,
                                         String message)
        Parameters:
        errorCode - an implementation specific error code. Please consult associated documentation.
        message - a string message related to the error code.
      • FeatureOptimizerException

        public FeatureOptimizerException​(int errorCode,
                                         Throwable throwable)
        Parameters:
        errorCode - an implementation specific error code. Please consult associated documentation.
        throwable - an underlying error related to the error code.
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns:
        the implementation specific error code.