Constructors Summary |
---|
public ASLauncherException()Creates a new instance of ASLauncherException without detail message.
|
public ASLauncherException(String msg)Constructs an instance of ASLauncherException with the specified detail message.
super(msg);
|
public ASLauncherException(Throwable t)
super(t);
|
public ASLauncherException(String msg, Throwable t)
super(msg, t);
|