| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.directwebremoting.extend.ServerException
ServerException | public class ServerException extends Exception (Code) | | Something has gone wrong when we were doing some conversion.
author: Joe Walker [joe at getahead dot ltd dot uk] |
ServerException | public ServerException()(Code) | | Default ctor
|
ServerException | public ServerException(String message)(Code) | | Construct a MarshallException with a description message and exception
Parameters: message - error description |
ServerException | public ServerException(String message, Throwable ex)(Code) | | Construct a MarshallException with a description message and exception
Parameters: message - error description Parameters: ex - error stack trace |
ServerException | public ServerException(Throwable ex)(Code) | | Construct a MarshallException with an exception
Parameters: ex - error stack trace |
|
|
|