org.jboss.messaging.core.distributed
Class DistributedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.messaging.core.distributed.DistributedException
All Implemented Interfaces:
java.io.Serializable

public class DistributedException
extends java.lang.Exception

Version:
$Revision: 403 $ $Id: DistributedException.java 403 2005-10-30 00:05:49Z starksm $
Author:
Ovidiu Feodorov
See Also:
Serialized Form

Constructor Summary
DistributedException()
           
DistributedException(java.lang.String message)
           
DistributedException(java.lang.String message, java.lang.Throwable cause)
           
DistributedException(java.lang.Throwable cause)
           
 
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

DistributedException

public DistributedException()

DistributedException

public DistributedException(java.lang.String message)

DistributedException

public DistributedException(java.lang.String message,
                            java.lang.Throwable cause)

DistributedException

public DistributedException(java.lang.Throwable cause)


Copyright © 2006 JBoss Inc. All Rights Reserved.