com.sapportals.portal.ivs.cg
Class SystemNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sapportals.portal.ivs.cg.SystemNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SystemNotFoundException
extends java.lang.RuntimeException

A runtime exception indicating non existing system was looked for. A SystemNotFoundException can be thrown in case of

Version:
7.00
See Also:
Serialized Form

Constructor Summary
SystemNotFoundException()
          Default constructor
SystemNotFoundException(java.lang.String msg)
          Constructor with exception message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemNotFoundException

public SystemNotFoundException()
Default constructor

SystemNotFoundException

public SystemNotFoundException(java.lang.String msg)
Constructor with exception message
Parameters:
msg - The exception message