public class ConfigManagerProxySecurityException extends ConfigManagerProxyLoggedException
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 25103.1 2004-03-30 HDMPL v6 Release 47371 2007-07-30 HDMPL v6.1 Release (no changes) 51619.8 2008-12-16 HDMPL v7 Release (no changes)
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
copyright
IBM Copyright
|
protected static java.lang.String |
sccsid
Version information
|
Constructor and Description |
---|
ConfigManagerProxySecurityException(java.lang.String s,
java.lang.String serviceInformation,
java.lang.String ip,
int port)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIp() |
int |
getPort() |
java.lang.String |
getServiceInformation()
Returns some non-translated service resolution
information for the current exception.
|
protected static final java.lang.String copyright
protected static final java.lang.String sccsid
public ConfigManagerProxySecurityException(java.lang.String s, java.lang.String serviceInformation, java.lang.String ip, int port)
s
- Description of the exceptionserviceInformation
- Information for the IBM service teams.port
- ip
- Preserved on exception to allow diagnosis of where the connection was being attempted.public java.lang.String getIp()
public int getPort()
public java.lang.String getServiceInformation()
getServiceInformation
in class ConfigManagerProxyLoggedException