Package com.enonic.xp.repository
Class BranchNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.repository.BranchNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class BranchNotFoundException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BranchNotFoundException(Branch branch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
-
-
-
Constructor Detail
-
BranchNotFoundException
public BranchNotFoundException(Branch branch)
-
-
Method Detail
-
getCode
public java.lang.String getCode()
- Overrides:
getCode
in classBaseException
-
-