public abstract class AbstractFileSystemRuntimeException
extends org.refcodes.exception.AbstractException.AbstractRuntimeException
Constructor and Description |
---|
AbstractFileSystemRuntimeException(String message) |
AbstractFileSystemRuntimeException(String aMessage,
String aErrorCode) |
AbstractFileSystemRuntimeException(String message,
Throwable cause) |
AbstractFileSystemRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
AbstractFileSystemRuntimeException(Throwable cause) |
AbstractFileSystemRuntimeException(Throwable aCause,
String aErrorCode) |
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbstractFileSystemRuntimeException(String aMessage, String aErrorCode)
public AbstractFileSystemRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
public AbstractFileSystemRuntimeException(String message, Throwable cause)
public AbstractFileSystemRuntimeException(String message)
public AbstractFileSystemRuntimeException(Throwable aCause, String aErrorCode)
public AbstractFileSystemRuntimeException(Throwable cause)
Copyright © 2015. All rights reserved.