Class NotShippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-
- de.hybris.platform.consignmenttrackingocc.exceptions.NotShippedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotShippedException extends WebserviceException
consignment is not shipped exceptions- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNOT_SHIPPEDstatic java.lang.StringNOT_SHIPPED_MESSAGE
-
Constructor Summary
Constructors Constructor Description NotShippedException(java.lang.String message)NotShippedException(java.lang.String message, java.lang.String reason)NotShippedException(java.lang.String message, java.lang.String reason, java.lang.String subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSubjectType()java.lang.StringgetType()-
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubject
-
-
-
-
Field Detail
-
NOT_SHIPPED
public static final java.lang.String NOT_SHIPPED
- See Also:
- Constant Field Values
-
NOT_SHIPPED_MESSAGE
public static final java.lang.String NOT_SHIPPED_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotShippedException
public NotShippedException(java.lang.String message)
-
NotShippedException
public NotShippedException(java.lang.String message, java.lang.String reason)
-
NotShippedException
public NotShippedException(java.lang.String message, java.lang.String reason, java.lang.String subject)
-
-
Method Detail
-
getSubjectType
public java.lang.String getSubjectType()
- Specified by:
getSubjectTypein classWebserviceException
-
getType
public java.lang.String getType()
- Specified by:
getTypein classWebserviceException
-
-