Class DownloadFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.navigator.download.exception.DownloadFailedException
-
- All Implemented Interfaces:
Serializable,org.molgenis.util.exception.ErrorCoded
public class DownloadFailedException extends org.molgenis.util.exception.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadFailedException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-