public class ASException
extends java.lang.Exception
| Constructor and Description |
|---|
ASException(ASStatus status,
boolean isLite,
java.lang.String message,
java.lang.Throwable cause)
Constructor with status, message and cause
|
ASException(ASStatus status,
java.lang.String errorMsg)
Constructor with error message
|
ASException(ASStatus status,
java.lang.String msg,
java.lang.Throwable cause)
Constructor with status, and cause
|
ASException(ASStatus status,
java.lang.Throwable cause)
Constructor with status, and cause
|
| Modifier and Type | Method and Description |
|---|---|
ASStatus |
getStatus()
Returns status of exception
|
public ASException(ASStatus status, java.lang.String errorMsg)
errorMsg - error messagepublic ASException(ASStatus status, java.lang.Throwable cause)
status - Statuscause - Previous errorpublic ASException(ASStatus status, java.lang.String msg, java.lang.Throwable cause)
status - Statuscause - Previous errorpublic ASException(ASStatus status, boolean isLite, java.lang.String message, java.lang.Throwable cause)
status - Statusmessage - The messagecause - Previous errorpublic ASStatus getStatus()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.