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:
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(String errorCode)CopyFailedException(String errorCode, Throwable cause)
-
Method Summary
-
Methods inherited from class org.molgenis.util.exception.CodedRuntimeException
getErrorCode, getLocalizedMessage, getLocalizedMessageArguments
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-