Class AccountInvitationExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.customer.service.AccountInvitationExpiredException
-
- All Implemented Interfaces:
Serializable
public class AccountInvitationExpiredException extends RuntimeException
Thrown when an attempt is made to accept an account invitation that has expired.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountInvitationExpiredException()
AccountInvitationExpiredException(String message)
AccountInvitationExpiredException(String message, Throwable cause)
AccountInvitationExpiredException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccountInvitationExpiredException
public AccountInvitationExpiredException()
-
AccountInvitationExpiredException
public AccountInvitationExpiredException(String message)
-
AccountInvitationExpiredException
public AccountInvitationExpiredException(String message, Throwable cause)
-
AccountInvitationExpiredException
public AccountInvitationExpiredException(Throwable cause)
-
-