Class CipTooMuchException
- 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.CipTooMuchException
-
- All Implemented Interfaces:
java.io.Serializable
public class CipTooMuchException 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 CipTooMuchException()
CipTooMuchException(byte code, short[] extra)
CipTooMuchException(short[] extra)
protected
CipTooMuchException(short[] extra, boolean trace)
Required constructor for CipException.registerHandler()CipTooMuchException(short[] extra, java.lang.String msg)
CipTooMuchException(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
-
CipTooMuchException
protected CipTooMuchException(short[] extra, boolean trace)
Required constructor for CipException.registerHandler()- Parameters:
extra
-trace
-
-
CipTooMuchException
public CipTooMuchException(short[] extra, java.lang.String msg)
-
CipTooMuchException
public CipTooMuchException(short[] extra)
-
CipTooMuchException
public CipTooMuchException()
-
CipTooMuchException
public CipTooMuchException(java.lang.String msg)
-
CipTooMuchException
public CipTooMuchException(byte code, short[] extra)
-
-