Package org.serviceconnector.server
Class FileServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.server.FileServerException
- All Implemented Interfaces:
Serializable
The Class FileServerException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new file server exception.Instantiates a new file server exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileServerException
public FileServerException()Instantiates a new file server exception. -
FileServerException
Instantiates a new file server exception.- Parameters:
msg- the msg
-