© 2001 BEA Systems, Inc.

com.beasys.commerce.portal
Class PortalObjectNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.commerce.portal.PortalException
                    |
                    +--com.beasys.commerce.portal.PortalFinderException
                          |
                          +--com.beasys.commerce.portal.PortalObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PortalObjectNotFoundException
extends PortalFinderException

The exception class when a Portal Object is not found.

See Also:
Serialized Form

Constructor Summary
PortalObjectNotFoundException()
          Create a new instance.
PortalObjectNotFoundException(java.lang.String aMsg)
          Creates a new instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalObjectNotFoundException

public PortalObjectNotFoundException()
Create a new instance.

PortalObjectNotFoundException

public PortalObjectNotFoundException(java.lang.String aMsg)
Creates a new instance.
Parameters:
aMsg - The exception message.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved