ch.tatool.app.service
Class TatoolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.tatool.app.service.TatoolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, UserAccountException

public class TatoolException
extends RuntimeException

Parent class for all Exceptions in Tatool

Author:
Michael Ruflin
See Also:
Serialized Form

Constructor Summary
TatoolException()
           
TatoolException(String message)
           
TatoolException(String message, Throwable cause)
           
TatoolException(Throwable cause)
           
 
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

TatoolException

public TatoolException()

TatoolException

public TatoolException(String message)

TatoolException

public TatoolException(String message,
                       Throwable cause)

TatoolException

public TatoolException(Throwable cause)


Copyright © 2012. All Rights Reserved.