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

public class UaRuntimeException extends RuntimeException implements UaExceptionStatus
See Also:
  • Constructor Details

    • UaRuntimeException

      public UaRuntimeException(Throwable cause)
    • UaRuntimeException

      public UaRuntimeException(long statusCode)
    • UaRuntimeException

      public UaRuntimeException(long statusCode, String message)
    • UaRuntimeException

      public UaRuntimeException(long statusCode, Throwable cause)
  • Method Details