com.taskadapter.redmineapi
Class RedmineConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.taskadapter.redmineapi.RedmineConfigurationException
All Implemented Interfaces:
Serializable

public class RedmineConfigurationException
extends RuntimeException

Some Redmine configuration is not set properly. E.g. invalid port number is provided to RedmineManager class.

See Also:
Serialized Form

Constructor Summary
RedmineConfigurationException(String message, NumberFormatException e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String message,
                                     NumberFormatException e)


Copyright © 2012. All Rights Reserved.