com.bigbross.bossa
Class PersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bigbross.bossa.BossaException
              extended bycom.bigbross.bossa.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends BossaException

This exception is thrown if an error occours when making an update persistent.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
PersistenceException()
          See BossaException.BossaException().
PersistenceException(String message)
          See BossaException.BossaException(String).
PersistenceException(String message, Throwable cause)
          See BossaException.BossaException(String, Throwable).
PersistenceException(Throwable cause)
          See BossaException.BossaException(Throwable).
 
Methods inherited from class com.bigbross.bossa.BossaException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceException

public PersistenceException()
See BossaException.BossaException().

See Also:
BossaException.BossaException()

PersistenceException

public PersistenceException(String message)
See BossaException.BossaException(String).

See Also:
BossaException.BossaException(String)

PersistenceException

public PersistenceException(String message,
                            Throwable cause)
See BossaException.BossaException(String, Throwable).

See Also:
BossaException.BossaException(String, Throwable)

PersistenceException

public PersistenceException(Throwable cause)
See BossaException.BossaException(Throwable).

See Also:
BossaException.BossaException(Throwable)


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.