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 Details

    • Phase4SMPException

      public Phase4SMPException(@Nonnull String sMessage)
      Parameters:
      sMessage - Error message
    • Phase4SMPException

      public Phase4SMPException(@Nullable com.helger.smpclient.exception.SMPClientException aCause)
      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 message
      aCause - Optional causing exception