com.sun.faban.harness.agent
Class FileServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.faban.harness.agent.FileServiceException
All Implemented Interfaces:
Serializable

public class FileServiceException
extends Exception

The FileServiceException indicates an error accessing the file from the file service.

See Also:
Serialized Form

Constructor Summary
FileServiceException()
          Catches exceptions without a specified message.
FileServiceException(String message)
          Constructs the appropriate exception with the specified string.
 
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

FileServiceException

public FileServiceException()
Catches exceptions without a specified message.


FileServiceException

public FileServiceException(String message)
Constructs the appropriate exception with the specified string.

Parameters:
message - Exception message