org.barracudamvc.contrib.dbroggisch.page
Class PageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.barracudamvc.plankton.exceptions.NestableException
              extended byorg.barracudamvc.core.event.EventException
                  extended byorg.barracudamvc.contrib.dbroggisch.page.PageException
All Implemented Interfaces:
Serializable

public class PageException
extends EventException

Version:
1.0
Author:
Diez B. Roggisch
See Also:
Serialized Form

Constructor Summary
PageException()
           
PageException(String msg)
           
PageException(String msg, Exception ibaseException)
           
 
Methods inherited from class org.barracudamvc.plankton.exceptions.NestableException
getBaseException, getRootException
 
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

PageException

public PageException()

PageException

public PageException(String msg)

PageException

public PageException(String msg,
                     Exception ibaseException)


Copyright © 2004 BarracudaMVC.org All Rights Reserved.