Class Phase4SMPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.phase4.util.Phase4Exception
com.helger.phase4.dynamicdiscovery.Phase4SMPException
- All Implemented Interfaces:
Serializable
public class Phase4SMPException
extends com.helger.phase4.util.Phase4Exception
SMP exception to be thrown from the endpoint detail providers.
- Since:
- 0.10.6
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPhase4SMPException(com.helger.smpclient.exception.SMPClientException aCause) Phase4SMPException(String sMessage) Phase4SMPException(String sMessage, com.helger.smpclient.exception.SMPClientException aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Phase4SMPException
- Parameters:
sMessage- Error message
-
Phase4SMPException
- Parameters:
aCause- Optional causing exception- Since:
- 0.13.0
-
Phase4SMPException
public Phase4SMPException(@Nonnull String sMessage, @Nullable com.helger.smpclient.exception.SMPClientException aCause) - Parameters:
sMessage- Error messageaCause- Optional causing exception
-