public class SignupUserActionException extends Exception
This class defines a specific exception caused by user action in Signup tool
| Constructor and Description |
|---|
SignupUserActionException()
Creates a new instance of
SignupUserActionException
without detail message. |
SignupUserActionException(String msg)
Constructs an instance of
SignupUserActionException with
the specified detail message. |
SignupUserActionException(Throwable t)
Constructs an instance of
SignupUserActionException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SignupUserActionException()
SignupUserActionException
without detail message.public SignupUserActionException(Throwable t)
SignupUserActionException with
the specified detail message.t - a Throwable objectpublic SignupUserActionException(String msg)
SignupUserActionException with
the specified detail message.msg - the detail message.Copyright © 2007–2018 Sakai Project. All rights reserved.