ch.elca.el4j.tests.services.exceptionhandler
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.tests.services.exceptionhandler.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException
extends Exception

A sample exception used in the test.

Author:
Andreas Bur (ABU)
See Also:
Serialized Form
File-location:
ApplicationException
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Constructor Summary
ApplicationException(String message)
          Constructor.
 
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

ApplicationException

public ApplicationException(String message)
Constructor.

Parameters:
message - A message.


Copyright © 2005-2011 ELCA. All Rights Reserved.