Package com.google.gerrit.common.errors
Class NotSignedInException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.google.gerrit.common.errors.NotSignedInException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class NotSignedInException extends Exception Error stating the user must be signed-in in order to perform this action.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NotSignedInException()
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
MESSAGEpublic static final String MESSAGE - See Also:
- Constant Field Values
 
 
- 
 
-