de.smartics.exceptions.report.app
Class ReportException

Package class diagram package ReportException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.exceptions.report.app.ReportException
All Implemented Interfaces:
Serializable

public class ReportException
     
     
extends RuntimeException

Base exception of the library for signaling an unspecific cause.

See Also:
Serialized Form

Constructor Summary
ReportException(String message)
          Convenience constructor.
ReportException(String message, Throwable cause)
          Default constructor.
ReportException(Throwable cause)
          Convenience 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

ReportException

public ReportException(String message)
Convenience constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
See Also:
RuntimeException.RuntimeException(java.lang.String,java.lang.Throwable)

ReportException

public ReportException(Throwable cause)
Convenience constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
RuntimeException.RuntimeException(java.lang.String,java.lang.Throwable)

ReportException

public ReportException(String message,
                       Throwable cause)
Default constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
RuntimeException.RuntimeException(java.lang.String,java.lang.Throwable)


Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.