Class SelfModificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.customer.service.SelfModificationException
-
- All Implemented Interfaces:
Serializable
public class SelfModificationException extends RuntimeException
Exception thrown when a user attempts to modify themselves- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelfModificationException()
SelfModificationException(String message)
SelfModificationException(String message, Throwable cause)
SelfModificationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
SelfModificationException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageKey()
void
setMessageKey(String messageKey)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-