com.atlassian.bamboo.buildqueue.manager
Class BambooBusyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.bamboo.buildqueue.manager.BambooBusyException
All Implemented Interfaces:
java.io.Serializable

public class BambooBusyException
extends java.lang.Exception

An Exception that indicates that an operation could not be performed because Bamboo is currently busy.

See Also:
Serialized Form

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

BambooBusyException

public BambooBusyException()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.