Class BBLWebClientException

All Implemented Interfaces:
Serializable

public class BBLWebClientException extends BBLRuntimeException
This is a runtime exception meant for use by web service client applications.
Author:
rdoherty
See Also:
  • Constructor Details

    • BBLWebClientException

      public BBLWebClientException(Exception cause)
    • BBLWebClientException

      public BBLWebClientException(String message)
    • BBLWebClientException

      public BBLWebClientException(String message, Exception cause)