Class NoSuchObjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchObjectException
    extends P4JavaException
    Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side.
    See Also:
    Serialized Form
    • 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 Detail

      • NoSuchObjectException

        public NoSuchObjectException()
      • NoSuchObjectException

        public NoSuchObjectException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • NoSuchObjectException

        public NoSuchObjectException​(java.lang.String message)
      • NoSuchObjectException

        public NoSuchObjectException​(java.lang.Throwable cause)