com.sap.portal.pcm.alias

Class DefaultAliasNotFoundException

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

public class DefaultAliasNotFoundException
extends Exception

An exception that indicates that a specified alias is not defined for the current system.
This exception is thrown when ISystem.changeDefaultAlias is called to change the default alias to a specified alias, but the specified alias is not defined for the system.
First, define an alias for a system by calling ISystem.addAlias. If there is only one alias for the system, it is automatically set as the default. If a default alias already exists, call changeDefaultAlias to set the new alias as the default.

Since:
EP6 SP9
See Also:
ISystem, Serialized Form

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

DefaultAliasNotFoundException

public DefaultAliasNotFoundException()
Class constructor with no detailed message.


DefaultAliasNotFoundException

public DefaultAliasNotFoundException(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 2013 SAP AG Complete Copyright Notice