org.opcfoundation.ua.common
Class RuntimeServiceResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opcfoundation.ua.common.RuntimeServiceResultException
All Implemented Interfaces:
Serializable

public class RuntimeServiceResultException
extends RuntimeException

RuntimeServiceResultException class.

See Also:
Serialized Form

Constructor Summary
RuntimeServiceResultException(ServiceResultException cause)
          Constructor for RuntimeServiceResultException.
 
Method Summary
 ServiceResultException getCause()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

RuntimeServiceResultException

public RuntimeServiceResultException(ServiceResultException cause)

Constructor for RuntimeServiceResultException.

Parameters:
cause - a ServiceResultException object.
Method Detail

getCause

public ServiceResultException getCause()

Overrides:
getCause in class Throwable


Copyright © 2018. All rights reserved.