at.gv.egiz.moodle.eidconnector
Class InternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by at.gv.egiz.moodle.eidconnector.InternalErrorException
All Implemented Interfaces:
Serializable

public class InternalErrorException
extends RuntimeException

Author:
AT-TUG (Thomas Knall)
See Also:
Serialized Form

Constructor Summary
InternalErrorException()
           
InternalErrorException(Exception exception)
           
InternalErrorException(String message)
           
InternalErrorException(String message, Exception exception)
           
 
Method Summary
 Exception getException()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalErrorException

public InternalErrorException(String message,
                              Exception exception)

InternalErrorException

public InternalErrorException(String message)

InternalErrorException

public InternalErrorException(Exception exception)

InternalErrorException

public InternalErrorException()
Method Detail

getException

public Exception getException()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright 2009 EGIZ. All Rights Reserved.