Class LabelException

  • All Implemented Interfaces:
    Serializable

    public class LabelException
    extends Exception
    Indicates problems with shipping label functionality.
    Author:
    Cade Rea (cade-rea)
    See Also:
    Serialized Form
    • Constructor Detail

      • LabelException

        public LabelException()
      • LabelException

        public LabelException​(String message)
      • LabelException

        public LabelException​(String message,
                              Throwable cause)
      • LabelException

        public LabelException​(Throwable cause)
      • LabelException

        protected LabelException​(String message,
                                 Throwable cause,
                                 boolean enableSuppression,
                                 boolean writableStackTrace)