de.flapdoodle.embed.process.exceptions
Class DistributionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.flapdoodle.embed.process.exceptions.DistributionException
- All Implemented Interfaces:
- Serializable
public class DistributionException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
withDistribution
public Distribution withDistribution()
Copyright © 2012. All Rights Reserved.