jgroup.core.arm
Class ExecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jgroup.core.JgroupException
              extended by jgroup.core.arm.ExecException
All Implemented Interfaces:
java.io.Serializable

public class ExecException
extends JgroupException

Class for ExecExceptions thrown by the ExecDaemon.

Since:
Jgroup 1.1
Author:
Hein Meling
See Also:
Serialized Form

Constructor Summary
ExecException(java.lang.String msg)
           
ExecException(java.lang.String msg, java.lang.Throwable e)
           
 
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

ExecException

public ExecException(java.lang.String msg)

ExecException

public ExecException(java.lang.String msg,
                     java.lang.Throwable e)


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.