com.sap.portal.pcm.alias

Class AliasAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.portal.pcm.alias.AliasAlreadyExistsException
All Implemented Interfaces:
Serializable

public class AliasAlreadyExistsException
extends Exception

An exception that indicates that a specific alias has already been defined for a system.
This exception is thrown when ISystem.addAlias is called to add an alias to a system, but the specified alias has already been defined for that system.

Since:
EP6 SP9
See Also:
ISystem, Serialized Form

Constructor Summary
AliasAlreadyExistsException()
          Class constructor with no detailed message.
AliasAlreadyExistsException(String s)
          Class constructor that creates a detailed message.
 
Method Summary
 
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
 

Constructor Detail

AliasAlreadyExistsException

public AliasAlreadyExistsException()
Class constructor with no detailed message.


AliasAlreadyExistsException

public AliasAlreadyExistsException(String s)
Class constructor that creates a detailed message.

Parameters:
s - the detailed message
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/semantics/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice