Class AdminManagementClientServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdminManagementClientBadRequestException

public class AdminManagementClientServerException extends ReferentialException
Accession Register Exception
See Also:
  • Constructor Details

    • AdminManagementClientServerException

      public AdminManagementClientServerException(String message)
      Parameters:
      message - message to associate with the exception
    • AdminManagementClientServerException

      public AdminManagementClientServerException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
    • AdminManagementClientServerException

      public AdminManagementClientServerException(String message, Throwable cause)
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception