| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.harmony.rmi.compiler.RMICompilerException
RMICompilerException | public class RMICompilerException extends Exception (Code) | | Basic exception for RMI Compiler operations.
author: Vasily Zakharov version: $Revision: 1.1.2.2 $ |
RMICompilerException | public RMICompilerException()(Code) | | Constructs a new exception with null message.
|
RMICompilerException | public RMICompilerException(String message)(Code) | | Constructs a new exception with the specified message.
Parameters: message - Message of this exception. |
RMICompilerException | public RMICompilerException(Throwable cause)(Code) | | Constructs a new exception with the specified cause and message
equal to the specified cause.
Parameters: cause - Cause of this exception. |
RMICompilerException | public RMICompilerException(String message, Throwable cause)(Code) | | Constructs a new exception with the specified message and cause.
Parameters: message - Message of this exception. Parameters: cause - Cause of this exception. |
|
|
|