de.flapdoodle.embedmongo.exceptions
Class MongodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.flapdoodle.embedmongo.exceptions.MongodException
All Implemented Interfaces:
Serializable

public class MongodException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MongodException(Distribution distribution)
           
MongodException(Distribution distribution, Throwable cause)
           
MongodException(String message, Distribution distribution)
           
MongodException(String message, Distribution distribution, Throwable cause)
           
 
Method Summary
 Distribution withDistribution()
           
 
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

MongodException

public MongodException(Distribution distribution)

MongodException

public MongodException(String message,
                       Distribution distribution,
                       Throwable cause)

MongodException

public MongodException(String message,
                       Distribution distribution)

MongodException

public MongodException(Distribution distribution,
                       Throwable cause)
Method Detail

withDistribution

public Distribution withDistribution()


Copyright © 2012. All Rights Reserved.