org.jboss.dna.connector.federation
Class FederationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.dna.connector.federation.FederationException
All Implemented Interfaces:
Serializable

public class FederationException
extends RuntimeException

Author:
Randall Hauch
See Also:
Serialized Form

Constructor Summary
FederationException()
           
FederationException(String message)
           
FederationException(String message, Throwable cause)
           
FederationException(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

FederationException

public FederationException()

FederationException

public FederationException(String message)
Parameters:
message -

FederationException

public FederationException(Throwable cause)
Parameters:
cause -

FederationException

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


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