Class AttributeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
de.hybris.platform.servicelayer.exceptions.AttributeNotSupportedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAttributeNotSupportedException(String message, String qualifier) AttributeNotSupportedException(String message, String qualifier, AttributeNotSupportedException.AttributeError attributeError) AttributeNotSupportedException(String message, Throwable cause, String qualifier) AttributeNotSupportedException(String message, Throwable cause, String qualifier, AttributeNotSupportedException.AttributeError attributeError) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttributeNotSupportedException
-
AttributeNotSupportedException
public AttributeNotSupportedException(String message, String qualifier, AttributeNotSupportedException.AttributeError attributeError) -
AttributeNotSupportedException
-
AttributeNotSupportedException
public AttributeNotSupportedException(String message, Throwable cause, String qualifier, AttributeNotSupportedException.AttributeError attributeError)
-
-
Method Details
-
getQualifier
- Returns:
- the unsupported attribute qualifier
-
getAttributeError
-