com.jrockit.memleak
Class FatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jrockit.memleak.FatalException
All Implemented Interfaces:
java.io.Serializable

public class FatalException
extends java.lang.RuntimeException

Runtime exception to be used to channel exceptions that there is nothing to do about. The only known use case is for ConnectionClosedException.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
FatalException()
           
FatalException(java.lang.String message)
           
FatalException(java.lang.String message, java.lang.Throwable cause)
           
FatalException(java.lang.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

FatalException

public FatalException()

FatalException

public FatalException(java.lang.String message)
Parameters:
message -

FatalException

public FatalException(java.lang.Throwable cause)
Parameters:
cause -

FatalException

public FatalException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.