org.ow2.petals.admin.api.exception
Class InvalidLogLevelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.admin.api.exception.ContainerAdministrationException
              extended by org.ow2.petals.admin.api.exception.InvalidLogLevelException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLogLevelException
extends ContainerAdministrationException

The level is invalid (does not exist).

Author:
Christophe DENUEX - Linagora
See Also:
Serialized Form

Constructor Summary
InvalidLogLevelException(java.lang.String level)
           
 
Method Summary
 java.lang.String getLevel()
           
 
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

InvalidLogLevelException

public InvalidLogLevelException(java.lang.String level)
Method Detail

getLevel

public java.lang.String getLevel()
Returns:
The invalid level


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.