public class PubSubException extends StatusException
| Constructor and Description |
|---|
PubSubException(ServiceFaultException ex) |
PubSubException(ServiceResultException ex) |
PubSubException(StatusCode statusCode) |
PubSubException(StatusCode statusCode,
DiagnosticInfo diagnosticInfo) |
PubSubException(StatusCode statusCode,
Throwable cause) |
PubSubException(String msg) |
PubSubException(String msg,
ServiceFaultException ex) |
PubSubException(String msg,
ServiceResultException ex) |
PubSubException(String msg,
StatusCode statusCode) |
PubSubException(String msg,
StatusCode statusCode,
DiagnosticInfo diagnosticInfo,
Throwable cause) |
PubSubException(String msg,
Throwable cause) |
PubSubException(String msg,
UnsignedInteger statusCode) |
PubSubException(String msg,
UnsignedInteger statusCode,
DiagnosticInfo diagnosticInfo,
Throwable cause) |
PubSubException(UnsignedInteger statusCode) |
PubSubException(UnsignedInteger statusCode,
DiagnosticInfo diagnosticInfo) |
PubSubException(UnsignedInteger statusCode,
Throwable cause) |
getDiagnosticInfo, getStatusCode, toDiagnosticInfo, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PubSubException(ServiceFaultException ex)
public PubSubException(ServiceResultException ex)
public PubSubException(StatusCode statusCode)
public PubSubException(StatusCode statusCode, DiagnosticInfo diagnosticInfo)
public PubSubException(StatusCode statusCode, Throwable cause)
public PubSubException(String msg)
public PubSubException(String msg, ServiceFaultException ex)
public PubSubException(String msg, ServiceResultException ex)
public PubSubException(String msg, StatusCode statusCode)
public PubSubException(String msg, StatusCode statusCode, DiagnosticInfo diagnosticInfo, Throwable cause)
public PubSubException(String msg, UnsignedInteger statusCode)
public PubSubException(String msg, UnsignedInteger statusCode, DiagnosticInfo diagnosticInfo, Throwable cause)
public PubSubException(UnsignedInteger statusCode)
public PubSubException(UnsignedInteger statusCode, DiagnosticInfo diagnosticInfo)
public PubSubException(UnsignedInteger statusCode, Throwable cause)
Copyright © 2026. All rights reserved.