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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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.