WebLogic Integration


com.bea.wlxt.repository
Class RepositoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlxt.nestedexception.NestedException
                    |
                    +--com.bea.wlxt.repository.RepositoryException

public class RepositoryException
extends com.bea.wlxt.nestedexception.NestedException
implements java.io.Serializable

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
RepositoryException()
           
RepositoryException(java.lang.Exception e)
           
RepositoryException(java.lang.String msg)
           
RepositoryException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class com.bea.wlxt.nestedexception.NestedException
getMessage, getNestedException, isSystemException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryException

public RepositoryException()

RepositoryException

public RepositoryException(java.lang.String msg)

RepositoryException

public RepositoryException(java.lang.Exception e)

RepositoryException

public RepositoryException(java.lang.String msg,
                           java.lang.Exception e)

WebLogic Integration

WebLogic Integration (WLI)