Class CollectExternalClientNotFoundException

All Implemented Interfaces:
Serializable

public class CollectExternalClientNotFoundException extends CollectExternalClientException
NotFound Access Client Exception
See Also:
  • Constructor Details

    • CollectExternalClientNotFoundException

      public CollectExternalClientNotFoundException(String message)
      constructor with message
      Parameters:
      message - associated message
    • CollectExternalClientNotFoundException

      public CollectExternalClientNotFoundException(Throwable cause)
      constructor with throwable
      Parameters:
      cause - associated cause
    • CollectExternalClientNotFoundException

      public CollectExternalClientNotFoundException(String message, Throwable cause)
      constructor with message and throwable
      Parameters:
      message - associated message
      cause - associated cause