org.codehaus.mojo.rmic
Class RmiCompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RmiCompilerException(String message)
          Basic constructor
RmiCompilerException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RmiCompilerException

public RmiCompilerException(String message)
Basic constructor

Parameters:
message - The message

RmiCompilerException

public RmiCompilerException(String message,
                            Throwable cause)
Parameters:
message - The cause of the exception
cause - Original cause of the exception


Copyright © 2006-2011 Codehaus. All Rights Reserved.