Class AccountNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.ac.warwick.dcs.sherlock.module.web.exceptions.AccountNotFound
-
- All Implemented Interfaces:
java.io.Serializable
public class AccountNotFound extends java.lang.Exception
Thrown when the account is not found on the admin settings page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountNotFound(java.lang.String errorMessage)
-