com.taskadapter.redmineapi
Class RedmineException

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

public class RedmineException
extends Exception

See Also:
Serialized Form

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

RedmineException

public RedmineException()

RedmineException

public RedmineException(String message,
                        Throwable cause)

RedmineException

public RedmineException(String message)

RedmineException

public RedmineException(Throwable cause)


Copyright © 2012. All Rights Reserved.