org.objectweb.proactive.core.mop
Class BehavioralException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.core.mop.MOPException
              extended byorg.objectweb.proactive.core.mop.BehavioralException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConstructionOfProxyObjectFailedException, ConstructionOfReifiedObjectFailedException, ConstructorCallExecutionFailedException, MethodCallExecutionFailedException, ReifiedCastException

public abstract class BehavioralException
extends MOPException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.mop.MOPException
detail
 
Constructor Summary
BehavioralException()
           
BehavioralException(java.lang.String s)
           
BehavioralException(java.lang.String s, java.lang.Throwable ex)
           
BehavioralException(java.lang.Throwable ex)
           
 
Methods inherited from class org.objectweb.proactive.core.mop.MOPException
getMessage, getTargetException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BehavioralException

public BehavioralException()

BehavioralException

public BehavioralException(java.lang.String s)

BehavioralException

public BehavioralException(java.lang.String s,
                           java.lang.Throwable ex)

BehavioralException

public BehavioralException(java.lang.Throwable ex)


Copyright 2001-2005 INRIA All Rights Reserved.