com.prosysopc.ua.nodes
Class UaNodeFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UaNodeFactoryException
public UaNodeFactoryException(String msg,
Throwable cause)
- Create a new UaNodeFactoryException with a message and cause.
- Parameters:
msg - Exception messagecause - Original exception
Copyright © 2018. All rights reserved.