com.fusesource.tooling.fuse.cdc.api
Class DuplicateFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DuplicateFeatureException()
           
DuplicateFeatureException(java.lang.String message)
           
DuplicateFeatureException(java.lang.String message, java.lang.Throwable throwable)
           
DuplicateFeatureException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

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.