Class RedmineConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RedmineConfigurationException
    extends java.lang.RuntimeException
    Some Redmine configuration is not set properly. E.g. invalid port number is provided to RedmineManager class.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RedmineConfigurationException​(java.lang.String message, java.lang.NumberFormatException e)  
    • Method Summary

      • 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

      • RedmineConfigurationException

        public RedmineConfigurationException​(java.lang.String message,
                                             java.lang.NumberFormatException e)