java.rmi.activation
public class: ActivateFailedException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.activation.ActivateFailedException
All Implemented Interfaces:
Serializable
This exception is thrown by the RMI runtime when activation
fails during a remote call to an activatable object.
- author:
Ann
- Wollrath
- since:
1.2
-
Constructor: |
public ActivateFailedException(String s) {
super(s);
}
Constructs an ActivateFailedException with the specified
detail message. Parameters:
s - the detail message
- since:
1.2 -
|
public ActivateFailedException(String s,
Exception ex) {
super(s, ex);
}
Constructs an ActivateFailedException with the specified
detail message and nested exception. Parameters:
s - the detail message
ex - the nested exception
- since:
1.2 -
|
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |