org.pentaho.platform.engine.security.userroledao
Class NotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.pentaho.platform.engine.security.userroledao.UserRoleDaoException
                  
org.pentaho.platform.engine.security.userroledao.NotFoundException
- All Implemented Interfaces: 
 - Serializable
 
public class NotFoundException
- extends UserRoleDaoException
 
Thrown when no object exists with the given identifier.
- Author:
 
  - mlowery
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
NotFoundException
public NotFoundException(String msg)
NotFoundException
public NotFoundException(String msg,
                         Throwable t)