com.jbase.jbuilder5vcs
Class P4ErrorConnection

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jbase.jbuilder5vcs.P4ErrorConnection
All Implemented Interfaces:
java.io.Serializable

public class P4ErrorConnection
extends java.lang.Exception

Title: JBuilder/Perforce Description: Integration of Perforce on jBuilder, the goal is to represente
a error of connection to P4. Copyright: Copyright (c) 2001 Company: jBase

Since:
JDK 1.3
Version:
1.0
Author:
Nicolas Jorand
See Also:
Serialized Form

Constructor Summary
P4ErrorConnection()
           
P4ErrorConnection(java.lang.String sDescription)
           
 
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

P4ErrorConnection

public P4ErrorConnection()

P4ErrorConnection

public P4ErrorConnection(java.lang.String sDescription)