org.netbeans.lib.cvsclient.command
Class CommandAbortedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.netbeans.lib.cvsclient.command.CommandException
              extended byorg.netbeans.lib.cvsclient.command.CommandAbortedException
All Implemented Interfaces:
java.io.Serializable

public class CommandAbortedException
extends CommandException

This exception is thrown when a command is aborted during execution

See Also:
Serialized Form

Constructor Summary
CommandAbortedException(java.lang.String message, java.lang.String localizedMessage)
          Creates new CommandAbortedException.
 
Methods inherited from class org.netbeans.lib.cvsclient.command.CommandException
getBundleString, getLocalizedMessage, getLocalMessage, getLocalMessage, getMessage, getUnderlyingException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandAbortedException

public CommandAbortedException(java.lang.String message,
                               java.lang.String localizedMessage)
Creates new CommandAbortedException.



Built on February 19 2008.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.