org.jasig.portal
Class ErrorID
java.lang.Object
org.jasig.portal.ErrorID
public class ErrorID
- extends Object
Represents a portal error or problem.
- Version:
- $Revision: 19776 $
- Author:
- Howard Gilbert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
audienceAdmin
public final byte audienceAdmin
- See Also:
- Constant Field Values
audiencePgmr
public final byte audiencePgmr
- See Also:
- Constant Field Values
audienceUser
public final byte audienceUser
- See Also:
- Constant Field Values
durationRetry
public final byte durationRetry
- See Also:
- Constant Field Values
durationSession
public final byte durationSession
- See Also:
- Constant Field Values
durationLater
public final byte durationLater
- See Also:
- Constant Field Values
durationRestart
public final byte durationRestart
- See Also:
- Constant Field Values
durationMustfix
public final byte durationMustfix
- See Also:
- Constant Field Values
ErrorID
public ErrorID(String category,
String specific,
String msg)
- Parameters:
category - specific - component/errorname as in "authenticate/badpassword"msg - default message text if not replaced from resources
getMessage
public String getMessage()
- Returns:
- the message
getCategory
public String getCategory()
- Returns:
- the category
getSpecific
public String getSpecific()
- Returns:
- the specific
getAudience
public byte getAudience()
- Returns:
- the audience
getDuration
public byte getDuration()
- Returns:
- the duration
setAudience
public void setAudience(byte b)
- Parameters:
b -
setDuration
public void setDuration(byte b)
- Parameters:
b -
withAudience
public ErrorID withAudience(byte b)
withDuration
public ErrorID withDuration(byte b)
Copyright © 2010 Jasig. All Rights Reserved.