Class NoCreateAccessException

  • All Implemented Interfaces:
    java.io.Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

    public class NoCreateAccessException
    extends FileSystemException
    The Class NoCreateAccessException.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor

        org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
    • Constructor Summary

      Constructors 
      Constructor Description
      NoCreateAccessException​(java.lang.String aMessage)
      Constructs a new exception with the specified detail message.
      NoCreateAccessException​(java.lang.String aMessage, java.lang.Throwable aCause)
      Constructs a new exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class org.refcodes.exception.AbstractException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • NoCreateAccessException

        public NoCreateAccessException​(java.lang.String aMessage,
                                       java.lang.Throwable aCause)
        Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
        Parameters:
        aMessage - the detail message
        aCause - the cause
      • NoCreateAccessException

        public NoCreateAccessException​(java.lang.String aMessage)
        Constructs a new exception with the specified detail message.
        Parameters:
        aMessage - the detail message