org.jboss.profileservice.spi
Class NoSuchDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.profileservice.spi.NoSuchDeploymentException
All Implemented Interfaces:
Serializable

public class NoSuchDeploymentException
extends Exception

An exception thrown when there is no matching deployment.

Version:
$Revision$
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
NoSuchDeploymentException()
           
NoSuchDeploymentException(String msg)
           
NoSuchDeploymentException(String msg, 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

NoSuchDeploymentException

public NoSuchDeploymentException()

NoSuchDeploymentException

public NoSuchDeploymentException(String msg)

NoSuchDeploymentException

public NoSuchDeploymentException(String msg,
                                 Throwable cause)


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