Package tigase.test
Class ResultsDontMatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.test.ResultsDontMatchException
-
- All Implemented Interfaces:
Serializable
public class ResultsDontMatchException extends Exception
Describe class ResultsDontMatchException here. Created: Sat Jun 18 08:11:34 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ResultsDontMatchException()Creates a newResultsDontMatchExceptioninstance.ResultsDontMatchException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResultsDontMatchException
public ResultsDontMatchException()
Creates a newResultsDontMatchExceptioninstance.
-
ResultsDontMatchException
public ResultsDontMatchException(String msg)
-
-