Class ExecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.util.ExecException
All Implemented Interfaces:
Serializable

public class ExecException extends Exception
Version:
1.0
Author:
Kedar
See Also:
  • Constructor Details

    • ExecException

      public ExecException()
      Creates new ExecException without detail message.
    • ExecException

      public ExecException(String msg)
      Constructs an ExecException with the specified detail message.
      Parameters:
      msg - the detail message.