BEA Systems, Inc.

com.beasys.commerce.portal
Class PortalCreateException

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

public class PortalCreateException
extends PortalException

The exception class when an error occurs creating a Portal Object.

Version:
$Revision: 1$, $Date: 2/9/00 9:01:16 AM$
Author:
Steve Willcox
See Also:
Serialized Form

Constructor Summary
PortalCreateException()
          Create a new instance.
PortalCreateException(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

PortalCreateException

public PortalCreateException()
Create a new instance.

PortalCreateException

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved