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