Class InvalidAppArchiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.app.manager.exception.InvalidAppArchiveException
-
- All Implemented Interfaces:
java.io.Serializable,org.molgenis.util.exception.ErrorCoded
public class InvalidAppArchiveException extends org.molgenis.util.exception.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAppArchiveException(java.lang.String archiveName)InvalidAppArchiveException(java.lang.String archiveName, java.lang.Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object[]getLocalizedMessageArguments()-
Methods inherited from class org.molgenis.util.exception.CodedRuntimeException
getErrorCode, getLocalizedMessage
-
-