Class BlobContentNotFoundException

  • All Implemented Interfaces:
    com.wavemaker.commons.WMCommonException, java.io.Serializable

    public class BlobContentNotFoundException
    extends com.wavemaker.commons.WMRuntimeException
    Since:
    15/6/17
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.wavemaker.commons.WMRuntimeException

        getMessage, getMessageResourceHolder
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • BlobContentNotFoundException

        public BlobContentNotFoundException​(java.lang.String message)
      • BlobContentNotFoundException

        public BlobContentNotFoundException​(java.lang.String message,
                                            java.lang.Throwable cause)
      • BlobContentNotFoundException

        public BlobContentNotFoundException​(com.wavemaker.commons.MessageResource messageResource,
                                            java.lang.Object... args)