| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.harmony.rmi.common.RMIHashException
RMIHashException | public class RMIHashException extends Exception (Code) | | This exception is used if
RMIHash fails to compute
RMI hash for some class or method.
author: Vasily Zakharov version: $Revision: 1.1.2.2 $ |
RMIHashException | public RMIHashException()(Code) | | Constructs a new exception with null message.
|
RMIHashException | public RMIHashException(String message)(Code) | | Constructs a new exception with the specified message.
Parameters: message - Message of this exception. |
RMIHashException | public RMIHashException(Throwable cause)(Code) | | Constructs a new exception with the specified cause and message
equal to the specified cause.
Parameters: cause - Cause of this exception. |
RMIHashException | public RMIHashException(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. |
|
|
|