Class UaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.milo.opcua.stack.core.UaRuntimeException
- All Implemented Interfaces:
Serializable,UaExceptionStatus
- Direct Known Subclasses:
UaSerializationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUaRuntimeException(long statusCode) UaRuntimeException(long statusCode, String message) UaRuntimeException(long statusCode, Throwable cause) UaRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.stack.core.UaExceptionStatus
getMessage
-
Constructor Details
-
UaRuntimeException
-
UaRuntimeException
public UaRuntimeException(long statusCode) -
UaRuntimeException
-
UaRuntimeException
-
-
Method Details
-
getStatusCode
- Specified by:
getStatusCodein interfaceUaExceptionStatus- Returns:
- the
StatusCodeassociated with the exception.
-