org.jboss.profileservice.spi
Class NoSuchProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NoSuchProfileException(String message)
           
NoSuchProfileException(String message, Throwable cause)
           
NoSuchProfileException(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

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.