Class LabelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.broadleafcommerce.shipping.service.exception.LabelException
All Implemented Interfaces:
Serializable

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

    • 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)