org.jboss.test.hello.interfaces
Class HelloException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.test.hello.interfaces.HelloException
All Implemented Interfaces:
java.io.Serializable

public class HelloException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
HelloException()
          Creates a new instance of HelloException without detail message.
HelloException(java.lang.String msg)
          Constructs an instance of HelloException with the specified detail message.
 
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

HelloException

public HelloException()
Creates a new instance of HelloException without detail message.


HelloException

public HelloException(java.lang.String msg)
Constructs an instance of HelloException with the specified detail message.

Parameters:
msg - the detail message.