Class PreboardedExperimentService.AccessionAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ubic.gemma.persistence.service.expression.experiment.PreboardedExperimentService.AccessionAlreadyExistsException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
PreboardedExperimentService
Thrown by
PreboardedExperimentService.createPreboarded(String, String, String) when an
existing entity carries the same accession.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessionAlreadyExistsException(String accession, Long existingId, String existingType) -
Method Summary
Modifier and TypeMethodDescriptionEither"preboarded"or"expression_experiment".Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessionAlreadyExistsException
-
-
Method Details
-
getExistingId
-
getExistingType
Either"preboarded"or"expression_experiment".
-