Class StoreFilesystemOldcoreException

  • All Implemented Interfaces:
    Serializable

    @Unstable
    public class StoreFilesystemOldcoreException
    extends Exception
    Exception for the Store - Filesystem - Old Core module.
    Since:
    14.9RC1
    Version:
    $Id: 2b97fc7be97464dd1618272b96482da8ddba9252 $
    See Also:
    Serialized Form
    • Constructor Detail

      • StoreFilesystemOldcoreException

        public StoreFilesystemOldcoreException​(String message,
                                               Throwable cause)
        Constructs a new filesystem oldcore exception with the specified detail message and cause.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)