org.apache.jsieve.commands
Class ThrowTestException.TestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jsieve.exception.SieveException
              extended by org.apache.jsieve.commands.ThrowTestException.TestException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ThrowTestException

public class ThrowTestException.TestException
extends org.apache.jsieve.exception.SieveException

Class TestException

See Also:
Serialized Form

Constructor Summary
ThrowTestException.TestException()
          Constructor for TestException.
ThrowTestException.TestException(java.lang.String message)
          Constructor for TestException.
ThrowTestException.TestException(java.lang.String message, java.lang.Throwable cause)
          Constructor for TestException.
ThrowTestException.TestException(java.lang.Throwable cause)
          Constructor for TestException.
 
Method Summary
 
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

ThrowTestException.TestException

public ThrowTestException.TestException()
Constructor for TestException.


ThrowTestException.TestException

public ThrowTestException.TestException(java.lang.String message)
Constructor for TestException.

Parameters:
message -

ThrowTestException.TestException

public ThrowTestException.TestException(java.lang.String message,
                                        java.lang.Throwable cause)
Constructor for TestException.

Parameters:
message -
cause -

ThrowTestException.TestException

public ThrowTestException.TestException(java.lang.Throwable cause)
Constructor for TestException.

Parameters:
cause -


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.