Nux 1.6

nux.xom.sandbox
Class MulticastNodeFactory.MultipleCausesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nux.xom.sandbox.MulticastNodeFactory.MultipleCausesException
All Implemented Interfaces:
Serializable
Enclosing class:
MulticastNodeFactory

public static final class MulticastNodeFactory.MultipleCausesException
extends RuntimeException

A RuntimeException containing an array of one or more causes (Throwables). Some or all cause elements may be null.

See Also:
Serialized Form

Method Summary
 Throwable[] getCauses()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCauses

public Throwable[] getCauses()

toString

public String toString()
Overrides:
toString in class Throwable

Nux 1.6