org.netxms.base
Class NXCPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netxms.base.NXCPException
- All Implemented Interfaces:
- java.io.Serializable
public class NXCPException
- extends java.lang.Exception
NXCP exception. Used to indicate protocol level errors.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MESSAGE_TOO_LARGE
public static final int MESSAGE_TOO_LARGE
- See Also:
- Constant Field Values
SESSION_CLOSED
public static final int SESSION_CLOSED
- See Also:
- Constant Field Values
NO_CIPHER
public static final int NO_CIPHER
- See Also:
- Constant Field Values
DECRYPTION_ERROR
public static final int DECRYPTION_ERROR
- See Also:
- Constant Field Values
NXCPException
public NXCPException(int errorCode)
- Parameters:
errorCode
-
NXCPException
public NXCPException(int errorCode,
java.lang.Throwable cause)
- Parameters:
errorCode
-
getErrorCode
public int getErrorCode()
- Returns:
- the errorCode
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2012. All Rights Reserved.