com.sas.net
Class ConnectionRefusedException

com.sas.net.ConnectionRefusedException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionRefusedException

See Also:
Serialized Form

Constructor Summary
ConnectionRefusedException()
          Constructs a NoSuchElementException with no detail message.
ConnectionRefusedException(java.lang.String s)
          Constructs a NoSuchElementException with the specified detail message.
 

Constructor Detail

ConnectionRefusedException

public ConnectionRefusedException()
Constructs a NoSuchElementException with no detail message. A detail message is a String that describes this particular exception.


ConnectionRefusedException

public ConnectionRefusedException(java.lang.String s)
Constructs a NoSuchElementException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message



Copyright © 2009 SAS Institute Inc. All Rights Reserved.