com.perforce.p4java.exception
Class NoSuchObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.perforce.p4java.exception.P4JavaException
com.perforce.p4java.exception.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
Copyright (c) 2008-2010 Perforce Software. All rights reserved.