org.eclipse.datatools.sqltools.core.profile
Class NoSuchProfileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.datatools.sqltools.core.profile.NoSuchProfileException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchProfileException
extends java.lang.Exception

An exception indicates a connection profile does not exist for the given name.

Author:
Yang Liu
See Also:
Serialized Form

Constructor Summary
NoSuchProfileException(java.lang.String name)
          Constructs a NoSuchProfileException using the given connection profile name.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchProfileException

public NoSuchProfileException(java.lang.String name)
Constructs a NoSuchProfileException using the given connection profile name.

Parameters:
name - connection profile name


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.