org.objectweb.proactive.core.mop
Class ConstructionOfStubObjectFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.proactive.core.mop.MOPRuntimeException
                          |
                          +--org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
All Implemented Interfaces:
java.io.Serializable

public class ConstructionOfStubObjectFailedException
extends MOPRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.mop.MOPRuntimeException
detail
 
Constructor Summary
ConstructionOfStubObjectFailedException()
           
ConstructionOfStubObjectFailedException(java.lang.String s)
           
ConstructionOfStubObjectFailedException(java.lang.String s, java.lang.Throwable ex)
           
ConstructionOfStubObjectFailedException(java.lang.Throwable ex)
           
 
Methods inherited from class org.objectweb.proactive.core.mop.MOPRuntimeException
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

ConstructionOfStubObjectFailedException

public ConstructionOfStubObjectFailedException()

ConstructionOfStubObjectFailedException

public ConstructionOfStubObjectFailedException(java.lang.String s)

ConstructionOfStubObjectFailedException

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

ConstructionOfStubObjectFailedException

public ConstructionOfStubObjectFailedException(java.lang.Throwable ex)


Copyright © April 2004 INRIA All Rights Reserved.