com.atlassian.core.util
Class InvalidDurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.core.AtlassianCoreException
              extended by com.atlassian.core.util.InvalidDurationException
All Implemented Interfaces:
Serializable

public class InvalidDurationException
extends AtlassianCoreException

See Also:
Serialized Form

Constructor Summary
InvalidDurationException()
           
InvalidDurationException(Exception e)
           
InvalidDurationException(String msg)
           
InvalidDurationException(String msg, Exception 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

InvalidDurationException

public InvalidDurationException()

InvalidDurationException

public InvalidDurationException(String msg)

InvalidDurationException

public InvalidDurationException(Exception e)

InvalidDurationException

public InvalidDurationException(String msg,
                                Exception e)


Copyright © 2015 Atlassian. All rights reserved.