org.jclouds.cloudstack
Class AsyncJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.cloudstack.AsyncJobException
All Implemented Interfaces:
Serializable

public class AsyncJobException
extends RuntimeException

Author:
Andrei Savu
See Also:
Serialized Form

Constructor Summary
AsyncJobException()
           
AsyncJobException(String s)
           
AsyncJobException(String s, Throwable throwable)
           
AsyncJobException(Throwable throwable)
           
 
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

AsyncJobException

public AsyncJobException()

AsyncJobException

public AsyncJobException(String s)

AsyncJobException

public AsyncJobException(String s,
                         Throwable throwable)

AsyncJobException

public AsyncJobException(Throwable throwable)


Copyright © 2009-2012 jclouds. All Rights Reserved.