Class AppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ts.tests.common.connector.util.AppException
- All Implemented Interfaces:
Serializable
Custom exception class for application-specific exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for AppException.AppException
(String msg) Constructor for AppException with a specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AppException
public AppException()Default constructor for AppException. Calls the superclass constructor with no arguments. -
AppException
Constructor for AppException with a specified error message.- Parameters:
msg
- the error message to be associated with this exception
-