public class NotSupportedOldVersionPDUException extends Exception
| Constructor and Description |
|---|
NotSupportedOldVersionPDUException(String pduStr,
short protocolVersion,
byte pduType)
Exception constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getMessage()
Get the PDU message.
|
byte |
getPduType()
Get the PDU type.
|
short |
getProtocolVersion()
Get the PDU protocol version.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NotSupportedOldVersionPDUException(String pduStr, short protocolVersion, byte pduType)
pduStr - PDU description.protocolVersion - PDU protocol version.pduType - PDU number.public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic short getProtocolVersion()
public byte getPduType()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.