|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.rsa.ace.techservice.udpserver.AceException
com.rsa.ace.techservice.udpserver.AcePacketException
public class AcePacketException
This is a generic exception thrown when there is a problem reading or writing a packet. It extends the core AceException class.
| Constructor Summary | |
|---|---|
AcePacketException(byte msgType,
byte protocolVersion)
Construct a packet exception with a message type and protocol version. |
|
AcePacketException(java.lang.String message)
Construct a packet exception with a message. |
|
AcePacketException(java.lang.String message,
java.lang.Exception originalException)
Construct a packet exception with a message and nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AcePacketException(java.lang.String message)
message - The message string for the exception.AceException
public AcePacketException(java.lang.String message,
java.lang.Exception originalException)
message - The message string for the exception.originalException - The nested exception.AceException
public AcePacketException(byte msgType,
byte protocolVersion)
msgType - The message type.protocolVersion - The protocol version.
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||