com.sun.enterprise.module.maven.sc
Class ScriptCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ScriptCreationException()
          Creates a new instance of ScriptCreationException without detail message.
ScriptCreationException(Exception e)
           
ScriptCreationException(String msg)
          Constructs an instance of ScriptCreationException 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

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.