org.jboss.test.webservice.samples2
Class OrderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.test.webservice.samples2.OrderException
All Implemented Interfaces:
java.io.Serializable

public class OrderException
extends java.lang.Exception

A custom exception

Since:
Feb 12, 2005
See Also:
Serialized Form

Constructor Summary
OrderException(java.lang.String 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

OrderException

public OrderException(java.lang.String message)