org.eu.mayrhofer.authentication.exceptions
Class InternalApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eu.mayrhofer.authentication.exceptions.InternalApplicationException
All Implemented Interfaces:
java.io.Serializable

public class InternalApplicationException
extends java.lang.Exception

This exception is thrown when internal conditions do not hold or unexpected errors occur.

Version:
1.0
Author:
Rene Mayrhofer
See Also:
Serialized Form

Constructor Summary
InternalApplicationException(java.lang.String msg)
           
InternalApplicationException(java.lang.String msg, java.lang.Throwable t)
           
 
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

InternalApplicationException

public InternalApplicationException(java.lang.String msg)

InternalApplicationException

public InternalApplicationException(java.lang.String msg,
                                    java.lang.Throwable t)


2005-2006, Rene Mayrhofer.