com.atlassian.jira.bc.issue.watcher
Class WatchingDisabledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.bc.issue.watcher.WatchingDisabledException
All Implemented Interfaces:
Serializable

public class WatchingDisabledException
extends RuntimeException

This exception indicates that there was an attempt to perform a watching-related operation while watching is disabled in JIRA.

Since:
v4.2
See Also:
Serialized Form

Constructor Summary
WatchingDisabledException()
           
 
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

WatchingDisabledException

public WatchingDisabledException()


Copyright © 2002-2012 Atlassian. All Rights Reserved.