com.taskadapter.redmineapi
Class RedmineCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.taskadapter.redmineapi.RedmineException
              extended by com.taskadapter.redmineapi.RedmineCommunicationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RedmineFormatException, RedmineTransportException

public class RedmineCommunicationException
extends RedmineException

Some I/O error

See Also:
Serialized Form

Constructor Summary
RedmineCommunicationException(String message)
           
RedmineCommunicationException(String message, Throwable cause)
           
RedmineCommunicationException(Throwable cause)
           
 
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

RedmineCommunicationException

public RedmineCommunicationException(Throwable cause)

RedmineCommunicationException

public RedmineCommunicationException(String message)

RedmineCommunicationException

public RedmineCommunicationException(String message,
                                     Throwable cause)


Copyright © 2012. All Rights Reserved.