Class UaSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.milo.opcua.stack.core.UaRuntimeException
org.eclipse.milo.opcua.stack.core.UaSerializationException
- All Implemented Interfaces:
Serializable,UaExceptionStatus
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUaSerializationException(long statusCode, String message) UaSerializationException(long statusCode, Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.milo.opcua.stack.core.UaRuntimeException
getStatusCodeMethods 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
-
UaSerializationException
-
UaSerializationException
-