org.jboss.dna.common
Class SystemFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.dna.common.SystemFailureException
All Implemented Interfaces:
Serializable

public class SystemFailureException
extends RuntimeException

Author:
Randall Hauch
See Also:
Serialized Form

Constructor Summary
SystemFailureException()
           
SystemFailureException(String message)
           
SystemFailureException(String message, Throwable cause)
           
SystemFailureException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemFailureException

public SystemFailureException()

SystemFailureException

public SystemFailureException(String message)
Parameters:
message -

SystemFailureException

public SystemFailureException(Throwable cause)
Parameters:
cause -

SystemFailureException

public SystemFailureException(String message,
                              Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.