org.jboss.profileservice.spi
Class NoSuchProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.profileservice.spi.NoSuchProfileException
- All Implemented Interfaces:
- Serializable
public class NoSuchProfileException
- extends Exception
Exception thrown when a profile query fails to find a match.
- 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 |
NoSuchProfileException
public NoSuchProfileException(String message)
NoSuchProfileException
public NoSuchProfileException(String message,
Throwable cause)
NoSuchProfileException
public NoSuchProfileException(Throwable cause)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.