© 2005 BEA Systems, Inc.

com.bea.netuix.application.exception
Class NetuixException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.netuix.application.exception.NetuixException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateDefinitionException, DuplicateObjectException, IllegalDependencyException, MissingDataException, NotEntitledException, ObjectInUseException, ObjectNotFoundException

public class NetuixException
extends Exception

This is the base exception class for most portal framework exceptions.

See Also:
Serialized Form

Constructor Summary
NetuixException()
          Constructs a NetuixException with no specified detail message.
NetuixException(String s)
          Constructs a NetuixException with the specified detail message.
NetuixException(String s, Throwable cause)
          Constructs a NetuixException with the specified detail message and causal exception.
NetuixException(Throwable cause)
          Constructs a NetuixException with the specified causal exception.
 
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

NetuixException

public NetuixException()
Constructs a NetuixException with no specified detail message.


NetuixException

public NetuixException(String s)
Constructs a NetuixException with the specified detail message.


NetuixException

public NetuixException(String s,
                       Throwable cause)
Constructs a NetuixException with the specified detail message and causal exception.


NetuixException

public NetuixException(Throwable cause)
Constructs a NetuixException with the specified causal exception.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved