org.ow2.carol.irmi
Class IRMIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IRMIException(java.lang.String msg)
           
IRMIException(java.lang.String msg, java.lang.Throwable cause)
           
IRMIException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.