Package de.xima.fc.gui.elfinder
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
public static final class ElfinderConnectorException.Server extends ElfinderConnectorException
Represents a server error. This is an unexpected error that should not happen in normal operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.gui.elfinder.ElfinderConnectorException
ElfinderConnectorException.Client, ElfinderConnectorException.Server
-
-
Method Summary
-
Methods inherited from class de.xima.fc.gui.elfinder.ElfinderConnectorException
getErrorValue, ofCode, ofCode, ofCode, ofCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Server
public Server(String message)
Creates a new unexpected server error.- Parameters:
message
- The error message to return in the response.
-
-