public class DocstoreException extends RuntimeException
Constructor and Description |
---|
DocstoreException() |
DocstoreException(Exception e) |
DocstoreException(String message) |
DocstoreException(String errorCode,
String errorMessage) |
DocstoreException(String errorCode,
String errorMessage,
TreeMap<String,String> errorParams) |
Modifier and Type | Method and Description |
---|---|
void |
addErrorParams(String key,
String value) |
String |
getErrorCode() |
String |
getErrorMessage() |
TreeMap<String,String> |
getErrorParams() |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DocstoreException()
public DocstoreException(String message)
public DocstoreException(Exception e)
public DocstoreException(String errorCode, String errorMessage, TreeMap<String,String> errorParams)
public DocstoreException(String errorCode, String errorMessage)
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public TreeMap<String,String> getErrorParams()
public void addErrorParams(String key, String value)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.