com.prosysopc.ua.server
Class UaInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UaInstantiationException(String s)
           
UaInstantiationException(String s, Exception e)
           
 
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

UaInstantiationException

public UaInstantiationException(String s)

UaInstantiationException

public UaInstantiationException(String s,
                                Exception e)


Copyright © 2018. All rights reserved.