Class UnknownCopyFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.navigator.copy.exception.CopyFailedException
-
- org.molgenis.navigator.copy.exception.UnknownCopyFailedException
-
- All Implemented Interfaces:
java.io.Serializable,org.molgenis.util.exception.ErrorCoded
public class UnknownCopyFailedException extends CopyFailedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownCopyFailedException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object[]getLocalizedMessageArguments()java.lang.StringgetMessage()-
Methods inherited from class org.molgenis.util.exception.CodedRuntimeException
getErrorCode, getLocalizedMessage
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
getLocalizedMessageArguments
protected java.lang.Object[] getLocalizedMessageArguments()
- Specified by:
getLocalizedMessageArgumentsin classorg.molgenis.util.exception.CodedRuntimeException
-
-