org.jboss.wsf.spi.deployment
Class WSFDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.wsf.spi.deployment.WSFDeploymentException
All Implemented Interfaces:
java.io.Serializable

public class WSFDeploymentException
extends java.lang.RuntimeException

A general deployment exception

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com
See Also:
Serialized Form

Constructor Summary
WSFDeploymentException(java.lang.String message)
           
WSFDeploymentException(java.lang.String message, java.lang.Throwable cause)
           
WSFDeploymentException(java.lang.Throwable cause)
           
 
Method Summary
static void rethrow(java.lang.Throwable cause)
           
 
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

WSFDeploymentException

public WSFDeploymentException(java.lang.String message,
                              java.lang.Throwable cause)

WSFDeploymentException

public WSFDeploymentException(java.lang.String message)

WSFDeploymentException

public WSFDeploymentException(java.lang.Throwable cause)
Method Detail

rethrow

public static void rethrow(java.lang.Throwable cause)


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.