© 2003 BEA Systems, Inc.

com.bea.netuix.application.exception
Class NetuixException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.netuix.application.exception.NetuixException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DesktopAlreadyExistException, DuplicateDefinitionException, DuplicateObjectException, IllegalDependencyException, MissingDataException, NotEntitledException, ObjectAlreadyExistsException, ObjectInUseException, ObjectNotFoundException

public class NetuixException
extends Exception

See Also:
Serialized Form

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


NetuixException

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

Parameters:
s - The detail message

NetuixException

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

Parameters:
s - The detail message
cause - The exception that caused this exception to be thrown

NetuixException

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

Parameters:
cause - The exception that caused this exception to be thrown

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved