VisitorUserSystemException Class

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.admin
VisitorUserSystemException Class

public class VisitorUserSystemException

    extends com.bea.p13n.exceptions.SystemException

SystemException thrown by the VisitorUserManager EJB

Related Topics

SystemException


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        com.bea.p13n.exceptions.SystemException
          VisitorUserSystemException
All Implemented Interfaces

Serializable

Constructor Summary

VisitorUserSystemException()

VisitorUserSystemException(String message, Throwable t)

Constructor
VisitorUserSystemException(String message)

Constructor
VisitorUserSystemException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

VisitorUserSystemException

public VisitorUserSystemException()

VisitorUserSystemException

public VisitorUserSystemException(String message, 
                                  Throwable t)
Constructor

VisitorUserSystemException

public VisitorUserSystemException(String message)
Constructor

VisitorUserSystemException

public VisitorUserSystemException(Throwable t)
Constructor