org.millstone.base.data
Class Buffered.SourceException.MoreThanOneCauseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.millstone.base.data.Buffered.SourceException.MoreThanOneCauseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Buffered.SourceException

public class Buffered.SourceException.MoreThanOneCauseException
extends java.lang.RuntimeException

An exception signaling that there are more than one causes for a SourceException.

See Also:
Serialized Form

Constructor Summary
Buffered.SourceException.MoreThanOneCauseException()
           
 
Method Summary
 java.lang.Throwable[] getCauses()
          Get all the causes for this exception.
 
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

Buffered.SourceException.MoreThanOneCauseException

public Buffered.SourceException.MoreThanOneCauseException()
Method Detail

getCauses

public java.lang.Throwable[] getCauses()
Get all the causes for this exception.

Returns:
throwables that caused this exception


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.