Class AppException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ts.tests.common.connector.util.AppException
All Implemented Interfaces:
Serializable

public class AppException extends Exception
Custom exception class for application-specific exceptions.
See Also:
  • Constructor Details

    • AppException

      public AppException()
      Default constructor for AppException. Calls the superclass constructor with no arguments.
    • AppException

      public AppException(String msg)
      Constructor for AppException with a specified error message.
      Parameters:
      msg - the error message to be associated with this exception