Class CMDirectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.component.cm.exceptions.CMDirectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CMResponseException, HostUnavailableException, XMLConstructionException

public class CMDirectException extends RuntimeException
See Also:
  • Constructor Details

    • CMDirectException

      public CMDirectException()
    • CMDirectException

      public CMDirectException(String message)
    • CMDirectException

      public CMDirectException(Throwable cause)
    • CMDirectException

      public CMDirectException(String message, Throwable cause)
    • CMDirectException

      public CMDirectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)