Class AccessionRegisterException

All Implemented Interfaces:
Serializable

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

    • AccessionRegisterException

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

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

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