public class RmiCompilerException
extends java.lang.Exception
Constructor and Description |
---|
RmiCompilerException(java.lang.String message)
Basic constructor
|
RmiCompilerException(java.lang.String message,
java.lang.Throwable cause) |
public RmiCompilerException(java.lang.String message)
message
- The messagepublic RmiCompilerException(java.lang.String message, java.lang.Throwable cause)
message
- The cause of the exceptioncause
- Original cause of the exception