com.gentics.api.portalnode.imp
Class ImpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.portalnode.imp.ImpException
All Implemented Interfaces:
java.io.Serializable

public class ImpException
extends java.lang.Exception

Exception that might be thrown by imps.

See Also:
Serialized Form

Constructor Summary
ImpException()
          Create instance of the exception
ImpException(java.lang.String message)
          Create instance of the exception with a 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

ImpException

public ImpException()
Create instance of the exception


ImpException

public ImpException(java.lang.String message)
Create instance of the exception with a message

Parameters:
message - - the message that will be displayed


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.