Class PlanAppenderException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class PlanAppenderException
    extends java.lang.RuntimeException
    An exception which represents exception during appending plans.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PlanAppenderException​(java.lang.String message)
      Constructor with String.
      PlanAppenderException​(java.lang.Throwable throwable)
      Constructor with throwable.
    • 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

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

      • PlanAppenderException

        public PlanAppenderException​(java.lang.Throwable throwable)
        Constructor with throwable.
        Parameters:
        throwable - the throwable to throw.
      • PlanAppenderException

        public PlanAppenderException​(java.lang.String message)
        Constructor with String.
        Parameters:
        message - the exception message.