Class RmiCompilerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RmiCompilerException
    extends java.lang.Exception
    Version:
    $Id: RmiCompilerException.java 7953 2008-10-21 17:12:38Z pgier $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RmiCompilerException​(java.lang.String message)
      Basic constructor
      RmiCompilerException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
        Basic constructor
        Parameters:
        message - The message
      • RmiCompilerException

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