jrun.deployment.resource.url
Class UrlResourceCreationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.deployment.DeploymentException
                    |
                    +--jrun.deployment.resource.url.UrlResourceCreationException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class UrlResourceCreationException
extends DeploymentException
implements ExceptionWrapper

A generic Exception with a root cause, typed to designate its occurrence during an EJB deployment attempt.

Author:
ckintzing
See Also:
Serialized Form

Fields inherited from class jrun.deployment.DeploymentException
messages, rootCause
 
Constructor Summary
UrlResourceCreationException()
           
UrlResourceCreationException(java.lang.String message)
           
UrlResourceCreationException(java.lang.String message, java.lang.Throwable rootCause)
           
UrlResourceCreationException(java.lang.Throwable rootCause)
           
 
Methods inherited from class jrun.deployment.DeploymentException
addMessage, getLocalizedMessage, getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jrunx.util.ExceptionWrapper
getRootCause
 

Constructor Detail

UrlResourceCreationException

public UrlResourceCreationException()

UrlResourceCreationException

public UrlResourceCreationException(java.lang.Throwable rootCause)

UrlResourceCreationException

public UrlResourceCreationException(java.lang.String message)

UrlResourceCreationException

public UrlResourceCreationException(java.lang.String message,
                                    java.lang.Throwable rootCause)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.