Class ExperimentNotFoundInASExperimentServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.asg.exception.ASGRuntimeException
-
- net.anotheria.anosite.gen.asexperiment.service.ASExperimentServiceException
-
- net.anotheria.anosite.gen.asexperiment.service.ExperimentNotFoundInASExperimentServiceException
-
- All Implemented Interfaces:
Serializable
public class ExperimentNotFoundInASExperimentServiceException extends ASExperimentServiceException
Exception for gets over non existing id in IASExperimentService, document: Experiment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExperimentNotFoundInASExperimentServiceException(String id)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExperimentNotFoundInASExperimentServiceException
public ExperimentNotFoundInASExperimentServiceException(String id)
-
-