Class AppForIDDoesNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.app.manager.exception.AppForIDDoesNotExistException
-
- All Implemented Interfaces:
Serializable,org.molgenis.util.exception.ErrorCoded
public class AppForIDDoesNotExistException extends org.molgenis.util.exception.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppForIDDoesNotExistException(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()protected Object[]getLocalizedMessageArguments()-
Methods inherited from class org.molgenis.util.exception.CodedRuntimeException
getErrorCode, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AppForIDDoesNotExistException
public AppForIDDoesNotExistException(String id)
-
-