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 SummaryConstructorsConstructorDescriptionDefault constructor for AppException.AppException(String msg) Constructor for AppException with a specified error message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AppExceptionpublic AppException()Default constructor for AppException. Calls the superclass constructor with no arguments.
- 
AppExceptionConstructor for AppException with a specified error message.- Parameters:
- msg- the error message to be associated with this exception
 
 
-