com.subshell.persistence.exception
Class PersistenceMapperNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.NoSuchElementException
                  extended by com.subshell.persistence.exception.PersistenceMapperNotFoundException
All Implemented Interfaces:
Serializable

public class PersistenceMapperNotFoundException
extends NoSuchElementException

Thrown when a persistence mapper could not be found.

See Also:
Serialized Form

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

PersistenceMapperNotFoundException

public PersistenceMapperNotFoundException()

PersistenceMapperNotFoundException

public PersistenceMapperNotFoundException(String msg)

PersistenceMapperNotFoundException

public PersistenceMapperNotFoundException(String msg,
                                          Throwable cause)

PersistenceMapperNotFoundException

public PersistenceMapperNotFoundException(Throwable cause)


Copyright © 2004-2005 subshell GmbH. All Rights Reserved.