com.prosysopc.ua
Class UaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.prosysopc.ua.UaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressSpaceException, ServiceException, StatusException, TypeDictionaryException

public abstract class UaException
extends Exception

Super type for UA related Exceptions.

See Also:
Serialized Form

Constructor Summary
UaException()
           
UaException(String message)
           
UaException(String message, Throwable cause)
           
UaException(Throwable 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

UaException

public UaException()

UaException

public UaException(String message)

UaException

public UaException(String message,
                   Throwable cause)

UaException

public UaException(Throwable cause)


Copyright © 2018. All rights reserved.