com.bea.portal.tools.common.exceptions
Class ToolsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.portal.tools.common.exceptions.ToolsException
All Implemented Interfaces
Serializable
Direct Known Subclasses:
NoWebAppFoundException

public class ToolsException
extends Exception

See Also
Serialized Form

Constructor Summary
ToolsException()
           
ToolsException(String message)
           
ToolsException(String message, Throwable cause)
           
ToolsException(Throwable cause)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream printStream)
           
 void printStackTrace(PrintWriter printWriter)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolsException

public ToolsException()

ToolsException

public ToolsException(String message)
Parameters
message - String representing the Exception message

ToolsException

public ToolsException(String message,
                      Throwable cause)
Parameters
message - String representing the exception message
cause - Throwable object representing the caused exception

ToolsException

public ToolsException(Throwable cause)
Parameters
cause - Throwable object representing the causing exception
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream printStream)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter printWriter)
Overrides:
printStackTrace in class Throwable


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.