com.sap.portal.pcm.alias

Class DefaultAliasAlreadyExistsException

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

public class DefaultAliasAlreadyExistsException
extends Exception

An exception that indicates that a default alias already exists.
This exception is thrown when ISystem.changeDefaultAlias is called to change a system's default alias to a specified alias, but the specified alias is already the default alias.

Since:
EP6 SP9
See Also:
ISystem, Serialized Form

Constructor Summary
DefaultAliasAlreadyExistsException()
          Class constructor with no detailed message.
DefaultAliasAlreadyExistsException(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

DefaultAliasAlreadyExistsException

public DefaultAliasAlreadyExistsException()
Class constructor with no detailed message.


DefaultAliasAlreadyExistsException

public DefaultAliasAlreadyExistsException(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