Class CopyFailedException

    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CopyFailedException

        public CopyFailedException​(java.lang.String errorCode)
      • CopyFailedException

        public CopyFailedException​(java.lang.String errorCode,
                                   java.lang.Throwable cause)