Package score
Class UserRevertedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- score.RevertedException
-
- score.UserRevertedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserRevertedException extends RevertedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserRevertedException()UserRevertedException(int code)UserRevertedException(int code, java.lang.String message)UserRevertedException(int code, java.lang.String message, java.lang.Throwable cause)UserRevertedException(int code, java.lang.Throwable cause)UserRevertedException(java.lang.String message)UserRevertedException(java.lang.String message, java.lang.Throwable cause)UserRevertedException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()
-
-
-
Constructor Detail
-
UserRevertedException
public UserRevertedException()
-
UserRevertedException
public UserRevertedException(java.lang.String message)
-
UserRevertedException
public UserRevertedException(java.lang.String message, java.lang.Throwable cause)
-
UserRevertedException
public UserRevertedException(java.lang.Throwable cause)
-
UserRevertedException
public UserRevertedException(int code)
-
UserRevertedException
public UserRevertedException(int code, java.lang.String message)
-
UserRevertedException
public UserRevertedException(int code, java.lang.String message, java.lang.Throwable cause)
-
UserRevertedException
public UserRevertedException(int code, java.lang.Throwable cause)
-
-