org.codehaus.mojo.rmic
Class RmiCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.mojo.rmic.RmiCompilerException
- All Implemented Interfaces:
- Serializable
public class RmiCompilerException
- extends Exception
- Version:
- $Id: RmiCompilerException.java 7953 2008-10-21 17:12:38Z pgier $
- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RmiCompilerException
public RmiCompilerException(String message)
- Basic constructor
- Parameters:
message
- The message
RmiCompilerException
public RmiCompilerException(String message,
Throwable cause)
- Parameters:
message
- The cause of the exceptioncause
- Original cause of the exception
Copyright © 2006-2011 Codehaus. All Rights Reserved.