Class CipLargeReqException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.automation_pros.odva.cip.exceptions.CipException
-
- com.automation_pros.odva.cip.exceptions.CipLargeReqException
-
- All Implemented Interfaces:
java.io.Serializable
public class CipLargeReqException extends CipException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULTMSG
static byte
ECODE
-
Fields inherited from class com.automation_pros.odva.cip.exceptions.CipException
CipSuccess, code, extra, sLogger
-
-
Constructor Summary
Constructors Modifier Constructor Description CipLargeReqException()
CipLargeReqException(byte code, short[] extra)
CipLargeReqException(short[] extra)
protected
CipLargeReqException(short[] extra, boolean trace)
Required constructor for CipException.registerHandler()CipLargeReqException(short[] extra, java.lang.String msg)
CipLargeReqException(java.lang.String msg)
-
Method Summary
-
Methods inherited from class com.automation_pros.odva.cip.exceptions.CipException
codesString, create, decode, getCode, getExtra, putException, registerHandler
-
-
-
-
Field Detail
-
ECODE
public static final byte ECODE
- See Also:
- Constant Field Values
-
DEFAULTMSG
public static final java.lang.String DEFAULTMSG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CipLargeReqException
protected CipLargeReqException(short[] extra, boolean trace)
Required constructor for CipException.registerHandler()- Parameters:
extra
-trace
-
-
CipLargeReqException
public CipLargeReqException(short[] extra, java.lang.String msg)
-
CipLargeReqException
public CipLargeReqException(short[] extra)
-
CipLargeReqException
public CipLargeReqException()
-
CipLargeReqException
public CipLargeReqException(java.lang.String msg)
-
CipLargeReqException
public CipLargeReqException(byte code, short[] extra)
-
-