Package edu.sc.seis.sod.hibernate
Class NotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.sod.hibernate.NotFound
- All Implemented Interfaces:
java.io.Serializable
@Deprecated
public class NotFound
extends java.lang.Exception
Deprecated.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NotFound()
Deprecated.NotFound(java.lang.String message)
Deprecated.NotFound(java.lang.String message, java.lang.Throwable cause)
Deprecated.NotFound(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Deprecated.NotFound(java.lang.Throwable cause)
Deprecated. -
Method Summary
-
Constructor Details
-
NotFound
public NotFound()Deprecated. -
NotFound
public NotFound(java.lang.String message)Deprecated. -
NotFound
public NotFound(java.lang.Throwable cause)Deprecated. -
NotFound
public NotFound(java.lang.String message, java.lang.Throwable cause)Deprecated. -
NotFound
public NotFound(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)Deprecated.
-