Class ElfinderConnectorException.Server
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.gui.elfinder.ElfinderConnectorException
de.xima.fc.gui.elfinder.ElfinderConnectorException.Server
- All Implemented Interfaces:
Serializable
- Enclosing class:
ElfinderConnectorException
Represents a server error. This is an unexpected error that should not happen in normal operation.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ElfinderConnectorException
ElfinderConnectorException.Client, ElfinderConnectorException.Server -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ElfinderConnectorException
getErrorValue, ofCode, ofCode, ofCode, ofCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Server
Creates a new unexpected server error.- Parameters:
message- The error message to return in the response.
-
Server
-