com.taskadapter.redmineapi
Class RedmineInternalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.taskadapter.redmineapi.RedmineInternalError
All Implemented Interfaces:
Serializable

public class RedmineInternalError
extends Error

Internal redmine error. Should never happen.

Author:
maxkar
See Also:
Serialized Form

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

RedmineInternalError

public RedmineInternalError()

RedmineInternalError

public RedmineInternalError(String message,
                            Throwable cause)

RedmineInternalError

public RedmineInternalError(String message)

RedmineInternalError

public RedmineInternalError(Throwable cause)


Copyright © 2012. All Rights Reserved.