com.sun.javatest
Class WorkDirectory.WorkDirectoryExistsFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.javatest.WorkDirectory.Fault
              extended by com.sun.javatest.WorkDirectory.WorkDirectoryExistsFault
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WorkDirectory

public static class WorkDirectory.WorkDirectoryExistsFault
extends WorkDirectory.Fault

Signals that a work directory already exists when an attempt is made to create one.

See Also:
Serialized Form

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
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.