Package systems.dennis.auth.exception
Class InvitationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
systems.dennis.shared.exceptions.StandardException
systems.dennis.auth.exception.InvitationException
- All Implemented Interfaces:
Serializable
public class InvitationException
extends systems.dennis.shared.exceptions.StandardException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvitationException(Serializable target, String message) InvitationException(String message) -
Method Summary
Methods inherited from class systems.dennis.shared.exceptions.StandardException
canEqual, equals, getMessageTranslate, getTarget, hashCode, setMessageTranslate, setTarget, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvitationException
-
InvitationException
-