NetuixException Class

com.bea.netuix.application.exception
NetuixException Class

public class NetuixException

    extends Exception

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


Hierarchy
Object
  Throwable
    Exception
      NetuixException
All Implemented Interfaces

Serializable
Direct Known Subclasses

DuplicateDefinitionException, DuplicateObjectException, IllegalDependencyException, MissingDataException, NotEntitledException, ObjectInUseException, ObjectNotFoundException

Constructor Summary

NetuixException()

Constructs a NetuixException with no specified detail message.
NetuixException(String s, Throwable cause)

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

Constructs a NetuixException with the specified detail message.
NetuixException(Throwable cause)

Constructs a NetuixException with the specified causal exception.
 

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

NetuixException

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

NetuixException

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

NetuixException

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

NetuixException

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