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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description LabelException()LabelException(String message)LabelException(String message, Throwable cause)protectedLabelException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)LabelException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -