com.prosysopc.ua.client
Class AddressSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.prosysopc.ua.UaException
              extended by com.prosysopc.ua.client.AddressSpaceException
All Implemented Interfaces:
Serializable

public class AddressSpaceException
extends UaException

An exception while reading the AddressSpace information from the server.

See Also:
Serialized Form

Constructor Summary
AddressSpaceException(String msg)
           
AddressSpaceException(String msg, 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

AddressSpaceException

public AddressSpaceException(String msg)
Parameters:
msg -

AddressSpaceException

public AddressSpaceException(String msg,
                             Exception e)
Parameters:
msg -
e -


Copyright © 2018. All rights reserved.