public class AuthenticationRequiredException extends PRRuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
AuthenticationRequiredException() |
AuthenticationRequiredException(int aSeverity) |
AuthenticationRequiredException(int aSeverity,
java.lang.String aMessageName,
java.lang.String aMessageParms) |
AuthenticationRequiredException(java.lang.String aMessage) |
AuthenticationRequiredException(java.lang.String aMessageName,
java.lang.String aMessageParms) |
AuthenticationRequiredException(java.lang.String aMessage,
java.lang.Throwable aCause) |
AuthenticationRequiredException(java.lang.Throwable aCause) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getChallengeStream() |
boolean |
isUseBasic() |
void |
setChallengeStream(byte[] challengeStream) |
void |
setUseBasic(boolean aFlag) |
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public AuthenticationRequiredException()
public AuthenticationRequiredException(java.lang.Throwable aCause)
aCause
- public AuthenticationRequiredException(int aSeverity)
aSeverity
- public AuthenticationRequiredException(java.lang.String aMessage)
aMessage
- public AuthenticationRequiredException(java.lang.String aMessage, java.lang.Throwable aCause)
aMessage
- aCause
- public AuthenticationRequiredException(java.lang.String aMessageName, java.lang.String aMessageParms)
aMessageName
- aMessageParms
- public AuthenticationRequiredException(int aSeverity, java.lang.String aMessageName, java.lang.String aMessageParms)
aSeverity
- aMessageName
- aMessageParms
- Copyright © 2018 Pegasystems Inc. All Rights Reserved.