com.fusesource.tooling.fuse.cdc.api
Class DuplicateFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fusesource.tooling.fuse.cdc.api.DuplicateFeatureException
- All Implemented Interfaces:
- java.io.Serializable
public class DuplicateFeatureException
- extends java.lang.Exception
NoSuchDistributionException is thrown when the requested distribution doesn't
exist.
- See Also:
- Serialized Form
| 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 |
DuplicateFeatureException
public DuplicateFeatureException()
DuplicateFeatureException
public DuplicateFeatureException(java.lang.String message,
java.lang.Throwable throwable)
- Parameters:
message - throwable -
DuplicateFeatureException
public DuplicateFeatureException(java.lang.String message)
- Parameters:
message -
DuplicateFeatureException
public DuplicateFeatureException(java.lang.Throwable throwable)
- Parameters:
throwable -
Copyright © 2013 FuseSource. All Rights Reserved.