com.prosysopc.ua.client
Class ServerListException

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

public class ServerListException
extends Exception

Exception from an operation with the ServerList.

See Also:
Serialized Form

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

ServerListException

public ServerListException(String msg)
Parameters:
msg - exception message

ServerListException

public ServerListException(String msg,
                           Throwable cause)
Parameters:
msg - exception message
cause - original exception


Copyright © 2018. All rights reserved.