org.openiec61850.common
Class ServiceError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openiec61850.common.ServiceError
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceError
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_ERROR
public static final int NO_ERROR
- See Also:
- Constant Field Values
INSTANCE_NOT_AVAILABLE
public static final int INSTANCE_NOT_AVAILABLE
- See Also:
- Constant Field Values
INSTANCE_IN_USE
public static final int INSTANCE_IN_USE
- See Also:
- Constant Field Values
ACCESS_VIOLATION
public static final int ACCESS_VIOLATION
- See Also:
- Constant Field Values
ACCESS_NOT_ALLOWED_IN_CURRENT_STATE
public static final int ACCESS_NOT_ALLOWED_IN_CURRENT_STATE
- See Also:
- Constant Field Values
PARAMETER_VALUE_INAPPROPRIATE
public static final int PARAMETER_VALUE_INAPPROPRIATE
- See Also:
- Constant Field Values
PARAMETER_VALUE_INCONSISTENT
public static final int PARAMETER_VALUE_INCONSISTENT
- See Also:
- Constant Field Values
CLASS_NOT_SUPPORTED
public static final int CLASS_NOT_SUPPORTED
- See Also:
- Constant Field Values
INSTANCE_LOCKED_BY_OTHER_CLIENT
public static final int INSTANCE_LOCKED_BY_OTHER_CLIENT
- See Also:
- Constant Field Values
CONTROL_MUST_BE_SELECTED
public static final int CONTROL_MUST_BE_SELECTED
- See Also:
- Constant Field Values
TYPE_CONFLICT
public static final int TYPE_CONFLICT
- See Also:
- Constant Field Values
FAILED_DUE_TO_COMMUNICATIONS_CONSTRAINT
public static final int FAILED_DUE_TO_COMMUNICATIONS_CONSTRAINT
- See Also:
- Constant Field Values
FAILED_DUE_TO_SERVER_CONSTRAINT
public static final int FAILED_DUE_TO_SERVER_CONSTRAINT
- See Also:
- Constant Field Values
APPLICATION_UNREACHABLE
public static final int APPLICATION_UNREACHABLE
- See Also:
- Constant Field Values
CONNECTION_LOST
public static final int CONNECTION_LOST
- See Also:
- Constant Field Values
MEMORY_UNAVAILABLE
public static final int MEMORY_UNAVAILABLE
- See Also:
- Constant Field Values
PROCESSOR_RESOURCE_UNAVAILABLE
public static final int PROCESSOR_RESOURCE_UNAVAILABLE
- See Also:
- Constant Field Values
FATAL
public static final int FATAL
- See Also:
- Constant Field Values
DATA_ACCESS_ERROR
public static final int DATA_ACCESS_ERROR
- See Also:
- Constant Field Values
ServiceError
public ServiceError(int errorCode)
ServiceError
public ServiceError(int errorCode,
java.lang.String s)
ServiceError
public ServiceError(int errorCode,
java.lang.Throwable cause)
ServiceError
public ServiceError(int errorCode,
java.lang.String s,
java.lang.Throwable cause)
getErrorCode
public int getErrorCode()