obixserver.core
Class ObixserverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
obixserver.core.ObixserverException
- All Implemented Interfaces:
- Serializable
public class ObixserverException
- extends RuntimeException
Exception used for generic error processing within the server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ERROR_INITIALIZATION_FAILED
public static final int ERROR_INITIALIZATION_FAILED
- See Also:
- Constant Field Values
ERROR_SHUTDOWN_FAILED
public static final int ERROR_SHUTDOWN_FAILED
- See Also:
- Constant Field Values
ERROR_STOP_FAILED
public static final int ERROR_STOP_FAILED
- See Also:
- Constant Field Values
ERROR_SERVER_INIT_FAILED
public static final int ERROR_SERVER_INIT_FAILED
- See Also:
- Constant Field Values
ERROR_MODULE_MISCONFIGURED
public static final int ERROR_MODULE_MISCONFIGURED
- See Also:
- Constant Field Values
ERROR_INCORRECT_CONTRACT
public static final int ERROR_INCORRECT_CONTRACT
- See Also:
- Constant Field Values
ERROR_UNSUPPORTED_CONTRACT
public static final int ERROR_UNSUPPORTED_CONTRACT
- See Also:
- Constant Field Values
ERROR_UNSUPPORTED_OPERATION_FOR_CONTRACT
public static final int ERROR_UNSUPPORTED_OPERATION_FOR_CONTRACT
- See Also:
- Constant Field Values
ERROR_UNSUPPORTED_OPERATION_FOR_OBJ
public static final int ERROR_UNSUPPORTED_OPERATION_FOR_OBJ
- See Also:
- Constant Field Values
ERROR_REQUEST_PROCESSING
public static final int ERROR_REQUEST_PROCESSING
- See Also:
- Constant Field Values
ERROR_405_METHOD_NOT_ALLOWED
public static final int ERROR_405_METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
ERROR_400_BAD_REQUEST
public static final int ERROR_400_BAD_REQUEST
- See Also:
- Constant Field Values
ERROR_REMOTE_MODULE_INVOCATION
public static final int ERROR_REMOTE_MODULE_INVOCATION
- See Also:
- Constant Field Values
resultCode
private int resultCode
ObixserverException
public ObixserverException(int resultCode,
String msg)
ObixserverException
public ObixserverException(int resultCode,
String msg,
Throwable rootCause)
ObixserverException
public ObixserverException(int resultCode,
Throwable rootCause)
getResultCode
public int getResultCode()
Copyright © 2006-2008 Peter Michalek All Rights Reserved.