com.dtolabs.rundeck.core.common
Class UpdateUtils.UpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.common.UpdateUtils.UpdateException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UpdateUtils

public static class UpdateUtils.UpdateException
extends java.lang.Exception

An exception caused by the UpdateUtils methods.

See Also:
Serialized Form

Constructor Summary
UpdateUtils.UpdateException()
           
UpdateUtils.UpdateException(java.lang.String s)
           
UpdateUtils.UpdateException(java.lang.String s, java.lang.Throwable throwable)
           
UpdateUtils.UpdateException(java.lang.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

UpdateUtils.UpdateException

public UpdateUtils.UpdateException()

UpdateUtils.UpdateException

public UpdateUtils.UpdateException(java.lang.String s)

UpdateUtils.UpdateException

public UpdateUtils.UpdateException(java.lang.String s,
                                   java.lang.Throwable throwable)

UpdateUtils.UpdateException

public UpdateUtils.UpdateException(java.lang.Throwable throwable)