hudson.scm.subversion
Class UpdaterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.scm.subversion.UpdaterException
All Implemented Interfaces:
Serializable

public class UpdaterException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UpdaterException()
           
UpdaterException(String message)
           
UpdaterException(String message, Throwable cause)
           
UpdaterException(Throwable cause)
           
 
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

UpdaterException

public UpdaterException()

UpdaterException

public UpdaterException(String message)

UpdaterException

public UpdaterException(String message,
                        Throwable cause)

UpdaterException

public UpdaterException(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.