de.flapdoodle.embed.process.exceptions
Class DistributionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.flapdoodle.embed.process.exceptions.DistributionException
All Implemented Interfaces:
Serializable

public class DistributionException
extends RuntimeException

See Also:
Serialized Form

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

DistributionException

public DistributionException(Distribution distribution)

DistributionException

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

DistributionException

public DistributionException(String message,
                             Distribution distribution)

DistributionException

public DistributionException(Distribution distribution,
                             Throwable cause)
Method Detail

withDistribution

public Distribution withDistribution()


Copyright © 2012. All Rights Reserved.