public class MultipleItemsFoundException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
exception |
Constructor and Description |
---|
MultipleItemsFoundException() |
MultipleItemsFoundException(java.lang.String arg0) |
MultipleItemsFoundException(java.lang.String arg0,
java.lang.Throwable exception) |
MultipleItemsFoundException(java.lang.Throwable exception) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public MultipleItemsFoundException()
public MultipleItemsFoundException(java.lang.String arg0)
arg0
- public MultipleItemsFoundException(java.lang.Throwable exception)
arg0
- public MultipleItemsFoundException(java.lang.String arg0, java.lang.Throwable exception)
arg0
- exception
- public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable