Class CopyFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.navigator.copy.exception.CopyFailedException
-
- All Implemented Interfaces:
java.io.Serializable,org.molgenis.util.exception.ErrorCoded
- Direct Known Subclasses:
RecursiveCopyException,UnknownCopyFailedException
public abstract class CopyFailedException extends org.molgenis.util.exception.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CopyFailedException(java.lang.String errorCode)CopyFailedException(java.lang.String errorCode, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.molgenis.util.exception.CodedRuntimeException
getErrorCode, getLocalizedMessage, getLocalizedMessageArguments
-
-