com.sun.enterprise.util
Class ExecException

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

public class ExecException
extends java.lang.Exception

Version:
1.0
Author:
Kedar
See Also:
Serialized Form

Constructor Summary
ExecException()
          Creates new ExecException without detail message.
ExecException(java.lang.String msg)
          Constructs an ExecException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecException

public ExecException()
Creates new ExecException without detail message.


ExecException

public ExecException(java.lang.String msg)
Constructs an ExecException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2012 GlassFish Community. All Rights Reserved.