Class CampaignException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ACConnectorException

    public class CampaignException
    extends java.lang.Exception
    Base exception representing errors related to Adobe Campaign.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CampaignException​(java.lang.String message)  
      CampaignException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CampaignException

        public CampaignException​(java.lang.String message)
      • CampaignException

        public CampaignException​(java.lang.String message,
                                 java.lang.Throwable cause)