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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fusesource.tooling.fuse.cdc.api.NoSuchDistributionException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchDistributionException
extends java.lang.Exception

TODO Add Class documentation for NoSuchDistributionException

See Also:
Serialized Form

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

NoSuchDistributionException

public NoSuchDistributionException()

NoSuchDistributionException

public NoSuchDistributionException(java.lang.String message,
                                   java.lang.Throwable throwable)
Parameters:
message -
throwable -

NoSuchDistributionException

public NoSuchDistributionException(java.lang.String message)
Parameters:
message -

NoSuchDistributionException

public NoSuchDistributionException(java.lang.Throwable throwable)
Parameters:
throwable -


Copyright © 2012 FuseSource. All Rights Reserved.