com.sun.enterprise.module.maven.sc
Class ScriptCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.module.maven.sc.ScriptCreationException
- All Implemented Interfaces:
- Serializable
public class ScriptCreationException
- extends Exception
Denotes an exceptional condition during the creation of the script.
- Author:
- Kedar Mhaswade (km@dev.java.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScriptCreationException
public ScriptCreationException()
- Creates a new instance of
ScriptCreationException without detail message.
ScriptCreationException
public ScriptCreationException(String msg)
- Constructs an instance of
ScriptCreationException with the specified detail message.
- Parameters:
msg - the detail message.
ScriptCreationException
public ScriptCreationException(Exception e)
Copyright © 2012 Oracle Corporation. All Rights Reserved.