org.jbpm.pvm
Class PvmException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PvmException
All Implemented Interfaces:
Serializable

public class PvmException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PvmException()
           
PvmException(String msg)
           
PvmException(String msg, Throwable cause)
           
PvmException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PvmException

public PvmException()

PvmException

public PvmException(String msg,
                    Throwable cause)

PvmException

public PvmException(String msg)

PvmException

public PvmException(Throwable cause)


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.