org.ow2.carol.irmi
Class IRMIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.carol.irmi.IRMIException
- All Implemented Interfaces:
- java.io.Serializable
public class IRMIException
- extends java.lang.RuntimeException
An unchecked exception that adds the thread name to the message.
This is useful because IRMI threads have names that help identify the
context in which they were spawned.
- Author:
- Vadim Nasardinov <vadimn@redhat.com>
- See Also:
- Serialized Form
| 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 |
IRMIException
public IRMIException(java.lang.String msg)
IRMIException
public IRMIException(java.lang.String msg,
java.lang.Throwable cause)
IRMIException
public IRMIException(java.lang.Throwable cause)
Copyright © 2008 OW2 Consortium. All Rights Reserved.