public class StorageInstallerException extends Exception
| Constructor and Description |
|---|
StorageInstallerException() |
StorageInstallerException(String message) |
StorageInstallerException(String message,
int errorCode) |
StorageInstallerException(String message,
Throwable cause) |
StorageInstallerException(String message,
Throwable cause,
int errorCode) |
StorageInstallerException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageInstallerException()
public StorageInstallerException(String message)
public StorageInstallerException(String message, int errorCode)
public StorageInstallerException(String message, Throwable cause, int errorCode)
public StorageInstallerException(Throwable cause)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.