Perforce

com.perforce.api
Class CommitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.perforce.api.PerforceException
                    |
                    +--com.perforce.api.CommitException
All Implemented Interfaces:
Serializable

public final class CommitException
extends PerforceException

Signals that an exception occurred during the process of committing a cacheable object to perforce.

Version:
$Date: 2002/08/05 $ $Revision: #6 $
Author:
David Markley
See Also:
Cacheable, Serialized Form

Constructor Summary
CommitException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommitException

public CommitException(String msg)

Perforce

Copyright © 2001, Perforce Software, All rights reserved.