public class RuntimeASException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
RuntimeASException(ASStatus status,
java.lang.String errorMsg)
Constructor
|
RuntimeASException(ASStatus status,
java.lang.Throwable cause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ASStatus |
getStatus()
Returns the status related to the Exception.
|
public RuntimeASException(ASStatus status, java.lang.String errorMsg)
status - Status codeerrorMsg - error messagepublic RuntimeASException(ASStatus status, java.lang.Throwable cause)
status - Status codecause - error messagepublic ASStatus getStatus()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.