com.sun.faban.harness.agent
Class FileServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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