org.jboss.profileservice.spi
Class NoSuchDeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchDeploymentException
public NoSuchDeploymentException()
NoSuchDeploymentException
public NoSuchDeploymentException(String msg)
NoSuchDeploymentException
public NoSuchDeploymentException(String msg,
Throwable cause)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.