com.prosysopc.ua.nodes
Class UaNodeFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.prosysopc.ua.nodes.UaNodeFactoryException
All Implemented Interfaces:
Serializable

public class UaNodeFactoryException
extends RuntimeException

Exception from a UA node factory operation, a result of a node creation failure due to missing object class registration for a node class.

See Also:
Serialized Form

Constructor Summary
UaNodeFactoryException(String msg, Throwable cause)
          Create a new UaNodeFactoryException with a message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

UaNodeFactoryException

public UaNodeFactoryException(String msg,
                              Throwable cause)
Create a new UaNodeFactoryException with a message and cause.

Parameters:
msg - Exception message
cause - Original exception


Copyright © 2018. All rights reserved.