net.smartam.leeloo.exception
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.smartam.leeloo.exception.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException
extends Exception

Author:
Maciej Machulak, Lukasz Moren
See Also:
Serialized Form

Constructor Summary
ApplicationException()
           
ApplicationException(String s)
           
ApplicationException(String s, Throwable throwable)
           
ApplicationException(Throwable throwable)
           
 
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()

ApplicationException

public ApplicationException(String s)

ApplicationException

public ApplicationException(String s,
                            Throwable throwable)

ApplicationException

public ApplicationException(Throwable throwable)


Copyright © 2010. All Rights Reserved.