com.prosysopc.ua.server
Class UaInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.prosysopc.ua.server.UaInstantiationException
- All Implemented Interfaces:
- Serializable
public class UaInstantiationException
- extends RuntimeException
This exception may be thrown when instantiating an UaInstance fails. This exception indicates
that there is something wrong in the address space of the server, e.g. some property may be
missing from an InstanceDeclaration. Another cause can be that the code uses some optional
property but does not create the property node.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UaInstantiationException
public UaInstantiationException(String s)
UaInstantiationException
public UaInstantiationException(String s,
Exception e)
Copyright © 2018. All rights reserved.